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

go 1.20

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
)