chore: update go dependencies
... | ... | @@ -4,15 +4,20 @@ go 1.16 |
require ( | ||
github.com/akamensky/base58 v0.0.0-20210829145138-ce8bf8802e8f | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-chi/chi v4.1.2+incompatible | ||
github.com/go-chi/render v1.0.2 | ||
github.com/go-redis/redis v6.15.9+incompatible | ||
github.com/gofrs/uuid v4.2.0+incompatible | ||
github.com/gofrs/uuid v4.3.0+incompatible | ||
github.com/lib/pq v1.10.7 | ||
github.com/mattn/go-colorable v0.1.13 // 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.28.0 | ||
github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.13.0 | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
) |
Please register or sign in to comment