drivel/go.mod

12 lines
297 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
github.com/dghubble/oauth1 v0.5.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
)