mirror of
https://github.com/safing/structures
synced 2025-04-09 03:49:09 +00:00
23 lines
617 B
Modula-2
23 lines
617 B
Modula-2
module github.com/safing/structures
|
|
|
|
go 1.21.1
|
|
|
|
toolchain go1.21.2
|
|
|
|
require (
|
|
github.com/fxamacker/cbor/v2 v2.7.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|