aboutsummaryrefslogtreecommitdiff
path: root/clients/netbox/go.mod
blob: 1a3ea97f77da07968762d4f6d909d872e6e4f612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module code.crute.us/mcrute/golib/clients/netbox/v3

go 1.18

require (
	github.com/mitchellh/mapstructure v1.5.0
	github.com/stretchr/testify v1.8.1
	gopkg.in/yaml.v2 v2.4.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)