Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Feb 22, 2021
1 parent f10a6e4 commit 66b39e5
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 66 deletions.
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Jeffail/leaps
go 1.12

require (
contrib.go.opencensus.io/exporter/ocagent v0.4.6 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.0 // indirect
github.com/Azure/azure-sdk-for-go v26.2.0+incompatible // indirect
github.com/Azure/go-autorest v11.5.0+incompatible // indirect
github.com/Jeffail/gabs v1.2.0
Expand All @@ -16,16 +16,11 @@ require (
github.com/garyburd/redigo v1.6.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/protobuf v1.3.0 // indirect
github.com/gorilla/websocket v1.4.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.0
github.com/marstr/guid v1.1.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
go.opencensus.io v0.19.0 // indirect
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.3
)
Loading

0 comments on commit 66b39e5

Please sign in to comment.