Unbound Release / Check Preconditions (push) Successful in 21s
Unbound Release / Create Tag (push) Skipped
authz_client / test (push) Skipped
authz_client / vulnerabilities (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 39s
pre-commit / pre-commit (push) Successful in 3m14s
Unbound Release / Create Release (push) Successful in 53s
Release / release (push) Successful in 3m36s
16 lines
335 B
AMPL
16 lines
335 B
AMPL
module gitea.unbound.se/shiny/authz_client
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/sparetimecoders/goamqp v0.3.3
|
|
github.com/stretchr/testify v1.12.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.5 // indirect
|
|
)
|