chore: update go dependencies
module owo.codes/whats-this/cdn-origin | ||
go 1.14 | ||
go 1.16 | ||
require ( | ||
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/klauspost/compress v1.15.5 // indirect | ||
github.com/lib/pq v1.10.6 | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/oschwald/maxminddb-golang v1.8.0 | ||
github.com/oschwald/maxminddb-golang v1.9.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-20220325203850-36772127a21f // indirect | ||
gopkg.in/ini.v1 v1.66.4 // indirect | ||
github.com/spf13/viper v1.12.0 | ||
github.com/valyala/fasthttp v1.37.0 | ||
gopkg.in/olivere/elastic.v5 v5.0.86 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment