github.com/jeffalder/nr.yml/v3@v3.0.1-0.20200721182236-9572b92f5925/go.mod (about)

     1  module github.com/jeffalder/nr.yml/v3
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/goccy/go-yaml v1.7.17
     7  	github.com/newrelic/go-agent/v3 v3.7.0
     8  	github.com/stretchr/testify v1.4.0
     9  )