drivel/go.mod

10 lines
199 B
Modula-2
Raw Normal View History

2019-01-01 19:35:22 +01:00
module git.gutmet.org/drivel.git
2020-10-11 13:14:57 +02:00
go 1.14
2019-01-01 19:35:22 +01:00
require (
2020-10-11 13:14:57 +02:00
git.gutmet.org/goutil.git v0.0.0-20201011110813-b9f7ae29b4e6
2019-01-01 19:35:22 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
2020-10-11 13:17:29 +02:00
github.com/dghubble/oauth1 v0.6.0
2019-01-01 19:35:22 +01:00
)