Skip to content
Snippets Groups Projects
Commit 51bdde3b authored by Dean's avatar Dean
Browse files

chore: update go dependencies

parent 8b05fa84
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,18 @@ module owo.codes/whats-this/cdn-origin
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/lib/pq v1.0.0
github.com/oschwald/maxminddb-golang v1.3.0
github.com/pkg/errors v0.8.0
github.com/rs/zerolog v1.11.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/valyala/fasthttp v1.2.0
golang.org/x/sys v0.0.0-20190222171317-cd391775e71e // indirect
gopkg.in/olivere/elastic.v5 v5.0.79
github.com/klauspost/compress v1.15.1 // indirect
github.com/lib/pq v1.10.4
github.com/magiconair/properties v1.8.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/oschwald/maxminddb-golang v1.8.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.1
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.1
github.com/valyala/fasthttp v1.34.0
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/olivere/elastic.v5 v5.0.86
)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment