@@ -3,55 +3,54 @@ module github.com/satisfactorymodding/smr-api
33go 1.17
44
55require (
6- github.com/99designs/gqlgen v0.14.1-0.20211126133514-497227faf4e4
6+ github.com/99designs/gqlgen v0.17.2
77 github.com/Masterminds/semver/v3 v3.1.1
88 github.com/Vilsol/ue4pak v0.1.5
9- github.com/VirusTotal/vt-go v0.0.0-20211116094520-07a92e6467b7
9+ github.com/VirusTotal/vt-go v0.0.0-20211209151516-855a1e790678
1010 github.com/avast/retry-go/v3 v3.1.1
11- github.com/aws/aws-sdk-go v1.42.13
11+ github.com/aws/aws-sdk-go v1.43.37
1212 github.com/btcsuite/btcutil v1.0.2
1313 github.com/cespare/xxhash v1.1.0
14- github.com/chai2010/webp v1.1.0
14+ github.com/chai2010/webp v1.1.1
1515 github.com/dgraph-io/ristretto v0.1.0
1616 github.com/go-redis/redis v6.15.9+incompatible
17- github.com/go-redis/redis/v8 v8.11.4
18- github.com/golang-migrate/migrate/v4 v4.14 .1
17+ github.com/go-redis/redis/v8 v8.11.5
18+ github.com/golang-migrate/migrate/v4 v4.15 .1
1919 github.com/lab259/go-migration v1.3.1
20- github.com/labstack/echo/v4 v4.6.1
21- github.com/microcosm-cc/bluemonday v1.0.16
20+ github.com/labstack/echo/v4 v4.7.2
21+ github.com/microcosm-cc/bluemonday v1.0.18
2222 github.com/mitchellh/hashstructure/v2 v2.0.2
23- github.com/mitchellh/mapstructure v1.4.2
23+ github.com/mitchellh/mapstructure v1.4.3
2424 github.com/o1egl/paseto v1.0.0
2525 github.com/patrickmn/go-cache v2.1.0+incompatible
2626 github.com/pkg/errors v0.9.1
27- github.com/rs/zerolog v1.26.0
27+ github.com/rs/zerolog v1.26.1
2828 github.com/russross/blackfriday v1.6.0
2929 github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
30- github.com/spf13/viper v1.9.0
31- github.com/swaggo/echo-swagger v1.1.4
32- github.com/swaggo/swag v1.7.6
33- github.com/vektah/gqlparser/v2 v2.2.0
30+ github.com/spf13/viper v1.10.1
31+ github.com/swaggo/echo-swagger v1.3.0
32+ github.com/swaggo/swag v1.8.1
33+ github.com/vektah/gqlparser/v2 v2.4.1
3434 github.com/vmihailenco/taskq/extra/taskqotel/v3 v3.2.8
3535 github.com/vmihailenco/taskq/v3 v3.2.8
3636 github.com/xeipuuv/gojsonschema v1.2.0
37- go.opentelemetry.io/contrib v1.2 .0
38- go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.27 .0
39- go.opentelemetry.io/otel v1.2.0
40- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.2.0
41- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.2.0
42- go.opentelemetry.io/otel/sdk v1.2.0
43- go.opentelemetry.io/otel/trace v1.2.0
44- golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
45- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
37+ go.opentelemetry.io/contrib v1.6 .0
38+ go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.31 .0
39+ go.opentelemetry.io/otel v1.6.3
40+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.6.3
41+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.6.3
42+ go.opentelemetry.io/otel/sdk v1.6.3
43+ go.opentelemetry.io/otel/trace v1.6.3
44+ golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
45+ golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
4646 gopkg.in/go-playground/validator.v9 v9.31.0
47- gorm.io/driver/postgres v1.2.2
48- gorm.io/gorm v1.22.3
47+ gorm.io/driver/postgres v1.3.4
48+ gorm.io/gorm v1.23.4
4949)
5050
5151require (
52- cloud.google.com/go v0.93.3 // indirect
52+ cloud.google.com/go v0.99.0 // indirect
5353 github.com/KyleBanks/depth v1.2.1 // indirect
54- github.com/Microsoft/go-winio v0.5.0 // indirect
5554 github.com/OneOfOne/xxhash v1.2.5 // indirect
5655 github.com/PuerkitoBio/purell v1.1.1 // indirect
5756 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
@@ -72,6 +71,8 @@ require (
7271 github.com/fsnotify/fsnotify v1.5.1 // indirect
7372 github.com/ghodss/yaml v1.0.0 // indirect
7473 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
74+ github.com/go-logr/logr v1.2.3 // indirect
75+ github.com/go-logr/stdr v1.2.2 // indirect
7576 github.com/go-openapi/jsonpointer v0.19.5 // indirect
7677 github.com/go-openapi/jsonreference v0.19.6 // indirect
7778 github.com/go-openapi/spec v0.20.4 // indirect
@@ -85,21 +86,21 @@ require (
8586 github.com/google/uuid v1.3.0 // indirect
8687 github.com/gorilla/css v1.0.0 // indirect
8788 github.com/gorilla/websocket v1.4.2 // indirect
88- github.com/grpc-ecosystem/grpc-gateway v1.16 .0 // indirect
89+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.7 .0 // indirect
8990 github.com/hashicorp/errwrap v1.0.0 // indirect
9091 github.com/hashicorp/go-multierror v1.1.0 // indirect
9192 github.com/hashicorp/golang-lru v0.5.4 // indirect
9293 github.com/hashicorp/hcl v1.0.0 // indirect
9394 github.com/jackc/chunkreader/v2 v2.0.1 // indirect
94- github.com/jackc/pgconn v1.10.1 // indirect
95+ github.com/jackc/pgconn v1.11.0 // indirect
9596 github.com/jackc/pgio v1.0.0 // indirect
9697 github.com/jackc/pgpassfile v1.0.0 // indirect
9798 github.com/jackc/pgproto3/v2 v2.2.0 // indirect
9899 github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
99- github.com/jackc/pgtype v1.9 .0 // indirect
100- github.com/jackc/pgx/v4 v4.14 .0 // indirect
100+ github.com/jackc/pgtype v1.10 .0 // indirect
101+ github.com/jackc/pgx/v4 v4.15 .0 // indirect
101102 github.com/jinzhu/inflection v1.0.0 // indirect
102- github.com/jinzhu/now v1.1.3 // indirect
103+ github.com/jinzhu/now v1.1.4 // indirect
103104 github.com/jmespath/go-jmespath v0.4.0 // indirect
104105 github.com/josharian/intern v1.0.0 // indirect
105106 github.com/klauspost/compress v1.13.6 // indirect
@@ -130,19 +131,21 @@ require (
130131 github.com/x448/float16 v0.8.4 // indirect
131132 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
132133 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
133- go.opentelemetry.io/proto/otlp v0.11.0 // indirect
134+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.6.3 // indirect
135+ go.opentelemetry.io/proto/otlp v0.15.0 // indirect
136+ go.uber.org/atomic v1.7.0 // indirect
134137 golang.org/x/mod v0.5.1 // indirect
135- golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
136- golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
138+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
139+ golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
137140 golang.org/x/text v0.3.7 // indirect
138141 golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
139- golang.org/x/tools v0.1.7 // indirect
142+ golang.org/x/tools v0.1.9 // indirect
140143 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
141144 google.golang.org/appengine v1.6.7 // indirect
142- google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
143- google.golang.org/grpc v1.42 .0 // indirect
144- google.golang.org/protobuf v1.27.1 // indirect
145+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
146+ google.golang.org/grpc v1.45 .0 // indirect
147+ google.golang.org/protobuf v1.28.0 // indirect
145148 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
146- gopkg.in/ini.v1 v1.65.0 // indirect
149+ gopkg.in/ini.v1 v1.66.2 // indirect
147150 gopkg.in/yaml.v2 v2.4.0 // indirect
148151)
0 commit comments