Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
twodarek committed Oct 2, 2021
1 parent 7b87408 commit b88c88d
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ module github.com/twodarek/barcampgr-teams-bot
go 1.17

require (
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/mux v1.7.4
github.com/jinzhu/gorm v1.9.12
github.com/slack-go/slack v0.7.2
github.com/twodarek/go-cisco-webex-teams v0.4.1-0.20200803230619-bf35b2bae4c8

github.com/go-resty/resty/v2 v2.0.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/peterhellberg/link v1.0.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
google.golang.org/appengine v1.4.0 // indirect
github.com/go-resty/resty/v2 v2.0.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/peterhellberg/link v1.0.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/slack-go/slack v0.7.2
github.com/twodarek/go-cisco-webex-teams v0.4.1-0.20200803230619-bf35b2bae4c8
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
google.golang.org/appengine v1.4.0 // indirect
)

0 comments on commit b88c88d

Please sign in to comment.