Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noxecane committed Dec 2, 2021
1 parent 939f6fc commit 53a9b38
Show file tree
Hide file tree
Showing 2 changed files with 947 additions and 95 deletions.
46 changes: 37 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,52 @@
module github.com/noxecane/anansi

go 1.16
go 1.17

require (
github.com/go-chi/chi v1.5.4
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-pg/pg/v10 v10.10.3
github.com/go-pg/pg/v10 v10.10.6
github.com/go-playground/mold/v3 v3.1.1
github.com/go-redis/redis/v8 v8.11.1
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11
github.com/go-redis/redis/v8 v8.11.4
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/joho/godotenv v1.4.0
github.com/json-iterator/go v1.1.12
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/mapstructure v1.4.1
github.com/mitchellh/mapstructure v1.4.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.8.0
github.com/rs/zerolog v1.23.0
github.com/rs/zerolog v1.26.0
github.com/segmentio/ksuid v1.0.4
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
gopkg.in/square/go-jose.v2 v2.6.0
syreclabs.com/go/faker v1.2.3
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/lib/pq v1.10.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/segmentio/go-snakecase v1.2.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/bufpool v0.1.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
google.golang.org/protobuf v1.27.1 // indirect
mellium.im/sasl v0.2.1 // indirect
)
Loading

0 comments on commit 53a9b38

Please sign in to comment.