2019-08-11 09:40:42 +03:00
|
|
|
module github.com/microsoft/ApplicationInsights-Go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c
|
2020-10-09 23:14:15 +03:00
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
2019-08-11 09:40:42 +03:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
|
|
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|