2019-11-06 08:35:09 +01:00
|
|
|
module gitlab.com/unboundsoftware/shiny/authz_client
|
2019-11-05 21:24:54 +01:00
|
|
|
|
2025-04-09 14:02:50 +00:00
|
|
|
go 1.22.12
|
|
|
|
|
|
2025-06-05 18:58:53 +00:00
|
|
|
toolchain go1.24.4
|
2019-11-05 21:24:54 +01:00
|
|
|
|
2021-05-15 14:42:19 +02:00
|
|
|
require (
|
2025-04-09 14:02:50 +00:00
|
|
|
github.com/sparetimecoders/goamqp v0.3.2
|
2024-11-23 12:04:54 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2022-07-20 17:11:29 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-08-23 10:59:29 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2022-07-20 17:11:29 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-08-23 10:59:29 +00:00
|
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
2022-07-20 17:11:29 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-05-15 14:42:19 +02:00
|
|
|
)
|