Skip to content
Snippets Groups Projects
Commit 96d4da7a authored by Dean's avatar Dean
Browse files

chore: update go dependencies

parent 9ea6e27d
No related branches found
No related tags found
No related merge requests found
FROM golang:alpine
FROM golang:1.17-alpine
COPY go.mod /git/owo.codes/whats-this/api/
COPY go.sum /git/owo.codes/whats-this/api/
......@@ -12,4 +12,3 @@ RUN apk add --no-cache --virtual .build-deps git build-base && \
WORKDIR /git/owo.codes/whats-this/api
ENTRYPOINT ["./main"]
module owo.codes/whats-this/api
go 1.16
require (
github.com/akamensky/base58 v0.0.0-20170920141933-92b0f56f531a
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v4.1.0+incompatible
github.com/akamensky/base58 v0.0.0-20210829145138-ce8bf8802e8f
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/render v1.0.1
github.com/go-redis/redis v6.15.7+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/lib/pq v1.3.0
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/gofrs/uuid v4.2.0+incompatible
github.com/lib/pq v1.10.4
github.com/magiconair/properties v1.8.6 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.18.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/rs/zerolog v1.26.1
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
github.com/spf13/viper v1.10.1
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
)
go 1.13
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