-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
module github.com/kneu-messenger-pigeon/client-framework | ||
|
||
go 1.20 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/VictoriaMetrics/metrics v1.24.0 | ||
github.com/alicebob/miniredis/v2 v2.30.2 | ||
github.com/go-redis/redismock/v9 v9.0.3 | ||
github.com/VictoriaMetrics/metrics v1.35.1 | ||
github.com/alicebob/miniredis/v2 v2.33.0 | ||
github.com/go-redis/redismock/v9 v9.2.0 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/kneu-messenger-pigeon/authorizer-client v0.1.6 | ||
github.com/kneu-messenger-pigeon/events v0.1.41 | ||
github.com/kneu-messenger-pigeon/score-api v0.1.11 | ||
github.com/kneu-messenger-pigeon/score-client v0.1.11 | ||
github.com/kneu-messenger-pigeon/victoria-metrics-init v0.1.2 | ||
github.com/redis/go-redis/v9 v9.5.1 | ||
github.com/redis/go-redis/v9 v9.6.1 | ||
github.com/segmentio/kafka-go v0.4.47 | ||
github.com/stretchr/testify v1.9.0 | ||
google.golang.org/protobuf v1.34.1 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
require ( | ||
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/golang-jwt/jwt/v5 v5.0.0-rc.1 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect | ||
github.com/klauspost/compress v1.17.10 // indirect | ||
github.com/kneu-messenger-pigeon/authorizer v0.1.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/valyala/fastrand v1.1.0 // indirect | ||
github.com/valyala/histogram v1.2.0 // indirect | ||
github.com/yuin/gopher-lua v1.1.1 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters