Skip to content
Snippets Groups Projects
Commit 1b8aaffc authored by Dean's avatar Dean
Browse files

chore: update dependencies

parent 6226ffd6
No related branches found
No related tags found
No related merge requests found
FROM golang:1.18-alpine
FROM golang:1.20-alpine
COPY go.mod /git/owo.codes/whats-this/api/
COPY go.sum /git/owo.codes/whats-this/api/
......
module owo.codes/whats-this/api
go 1.16
go 1.20
require (
github.com/akamensky/base58 v0.0.0-20210829145138-ce8bf8802e8f
......@@ -9,16 +9,29 @@ require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/gofrs/uuid v4.4.0+incompatible
github.com/lib/pq v1.10.8
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.29.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/pkg/errors v0.9.1
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.15.0
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
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