Skip to content
Snippets Groups Projects
Commit 12582ae4 authored by Dean's avatar Dean
Browse files

chore: update dependencies

parent 0c0c74b2
No related branches found
No related tags found
No related merge requests found
FROM golang:1.18-alpine
FROM golang:1.20-alpine
RUN apk add --no-cache --virtual .build-deps git build-base
......
......@@ -4,18 +4,22 @@ go 1.16
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/lib/pq v1.10.7
github.com/klauspost/compress v1.16.5 // indirect
github.com/lib/pq v1.10.8
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/oschwald/maxminddb-golang v1.10.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.28.0
github.com/spf13/afero v1.9.2 // indirect
github.com/rs/zerolog v1.29.1
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
github.com/valyala/fasthttp v1.40.0
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
github.com/spf13/viper v1.15.0
github.com/valyala/fasthttp v1.46.0
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // 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