Skip to content

Commit

Permalink
Merge pull request #14 from nickhstr/chore/nickhstr/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade Dependencies
  • Loading branch information
nickhstr authored Dec 31, 2019
2 parents 7a6813f + 5a4addd commit a5ddc0b
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 70 deletions.
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ module github.com/nickhstr/goweb
go 1.13

require (
github.com/cortesi/modd v0.0.0-20190816110347-45e41bb091af
github.com/bmatcuk/doublestar v1.2.2 // indirect
github.com/cortesi/modd v0.0.0-20191202231957-98a770274f90
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-redis/redis v6.15.5+incompatible
github.com/golangci/golangci-lint v1.21.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/golangci/golangci-lint v1.22.2
github.com/gorilla/handlers v1.4.2
github.com/joho/godotenv v1.3.0
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/newrelic/go-agent v2.15.0+incompatible
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/newrelic/go-agent/v3 v3.0.0
github.com/rs/dnscache v0.0.0-20190621150935-06bb5526f76b
github.com/rs/zerolog v1.16.0
github.com/rs/zerolog v1.17.2
github.com/stretchr/testify v1.4.0
github.com/unrolled/secure v1.0.6
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 // indirect
github.com/unrolled/secure v1.0.7
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
gopkg.in/h2non/gock.v1 v1.0.15
)
Loading

0 comments on commit a5ddc0b

Please sign in to comment.