go mod update

master
gutmet 2020-10-11 13:17:29 +02:00
parent 83331d33c3
commit a3fb358f1c
1 changed files with 1 additions and 3 deletions

4
go.mod
View File

@ -5,7 +5,5 @@ go 1.14
require (
git.gutmet.org/goutil.git v0.0.0-20201011110813-b9f7ae29b4e6
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
github.com/dghubble/oauth1 v0.6.0
)