service_matcher-go/go.mod
2024-05-29 10:40:57 +00:00

17 lines
424 B
Modula-2

module git.loafle.net/overflow/service_matcher
go 1.22.3
require (
git.loafle.net/overflow/service_matcher-go v0.0.0-20181023055549-0632ba4b51ac
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.9.0
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)