netbox-community / go-netbox

The official Go API client for Netbox IPAM and DCIM service.
Other
195 stars 146 forks source link

Support for go.modules #66

Closed stefanmcshane closed 4 years ago

stefanmcshane commented 4 years ago

When merging, can we please tag this? A conversation may need to be had on whether we match netbox versioning or not.

Semantic versioning where for "vX.Y.Z" X = Major Y = Minor Z = Patches

My proposal would be to match the major and minor versions, but leave the patches for our own updating. Otherwise, we will be unable to patch in a module friendly way.

taktv6 commented 4 years ago

+1 for go modules support. This is just messing up things right now...

awlx commented 4 years ago

LGTM

stefanmcshane commented 4 years ago

@awlx Can we get each version tagged using semantic versioning for proper go module importing?

Netbox is v2.7.10 currently for reference