Skip to content

Commit

Permalink
go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkinglight committed Feb 24, 2020
1 parent 31a71ce commit ca243f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module epg_server
go 1.13

require (
github.com/boltdb/bolt v1.3.1 // indirect
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
github.com/boltdb/bolt v1.3.1
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.9.1
gopkg.in/ini.v1 v1.52.0
)

0 comments on commit ca243f5

Please sign in to comment.