17 lines
365 B
Modula-2
17 lines
365 B
Modula-2
module git.bit5.ru/backend/meta
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.3
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|