2026-01-09 14:29:12 +01:00
|
|
|
module gitea.unbound.se/shiny/authz_client
|
2019-11-05 21:24:54 +01:00
|
|
|
|
2025-04-09 14:02:50 +00:00
|
|
|
go 1.22.12
|
|
|
|
|
|
2026-03-06 01:18:10 +00:00
|
|
|
toolchain go1.26.1
|
2019-11-05 21:24:54 +01:00
|
|
|
|
2021-05-15 14:42:19 +02:00
|
|
|
require (
|
2025-08-14 13:08:23 +00:00
|
|
|
github.com/sparetimecoders/goamqp v0.3.3
|
2025-08-27 12:08:40 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
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
|
|
|
)
|