11module github.com/ProxeusApp/proxeus-core
22
3- go 1.20
3+ go 1.21
4+
5+ toolchain go1.22.0
46
57require (
68 github.com/SparkPost/gosparkpost v0.2.0
@@ -30,8 +32,8 @@ require (
3032 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
3133 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
3234 go.etcd.io/bbolt v1.3.8 // indirect
33- golang.org/x/crypto v0.21 .0
34- golang.org/x/net v0.22 .0
35+ golang.org/x/crypto v0.22 .0
36+ golang.org/x/net v0.24 .0
3537 gopkg.in/gavv/httpexpect.v2 v2.16.0
3638)
3739
@@ -43,7 +45,7 @@ require (
4345 github.com/gorilla/context v1.1.2 // indirect
4446 github.com/gorilla/websocket v1.5.1 // indirect
4547 github.com/klauspost/compress v1.17.3 // indirect
46- github.com/labstack/echo-contrib v0.15 .0
48+ github.com/labstack/echo-contrib v0.17 .0
4749 github.com/mattn/go-colorable v0.1.13 // indirect
4850 github.com/sergi/go-diff v1.3.1 // indirect
4951 github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -59,7 +61,7 @@ require (
5961
6062require (
6163 github.com/labstack/echo/v4 v4.11.4
62- go.mongodb.org/mongo-driver v1.14 .0
64+ go.mongodb.org/mongo-driver v1.15 .0
6365)
6466
6567require (
@@ -78,7 +80,7 @@ require (
7880 github.com/go-ole/go-ole v1.3.0 // indirect
7981 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
8082 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
81- github.com/golang/protobuf v1.5.3 // indirect
83+ github.com/golang/protobuf v1.5.4 // indirect
8284 github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
8385 github.com/google/go-cmp v0.6.0 // indirect
8486 github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
@@ -102,7 +104,7 @@ require (
102104 golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
103105 golang.org/x/mod v0.14.0 // indirect
104106 golang.org/x/sync v0.5.0 // indirect
105- golang.org/x/sys v0.18 .0 // indirect
107+ golang.org/x/sys v0.19 .0 // indirect
106108 golang.org/x/text v0.14.0 // indirect
107109 golang.org/x/time v0.5.0 // indirect
108110 golang.org/x/tools v0.16.1 // indirect
0 commit comments