Files
matterbridge/vendor/github.com/gopackage/ddp/go.mod
2021-10-17 00:26:08 +02:00

17 lines
388 B
Modula-2

module github.com/gopackage/ddp
go 1.17
require (
github.com/apex/log v1.9.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)