
Fernando K pushed to branch main at Root / CLI / Netboxadm Commits: eab7c234 by Fernando Monteiro Kiotheka at 2025-07-31T21:01:32-03:00 chore: remove tags, use .git in imports - - - - - 5 changed files: - cmd/backup/update.go - cmd/dhcp/update.go - cmd/dns/update.go - go.mod - go.sum Changes: ===================================== cmd/backup/update.go ===================================== @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" "gitlab.c3sl.ufpr.br/root/netboxadm/cmd/config" "gitlab.c3sl.ufpr.br/root/netboxadm/internal/nethuh" - "gitlab.c3sl.ufpr.br/root/services/vmbackups" + "gitlab.c3sl.ufpr.br/root/services/vmbackups.git" ) var UpdateCmd = &cobra.Command{ ===================================== cmd/dhcp/update.go ===================================== @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" "gitlab.c3sl.ufpr.br/root/netboxadm/cmd/config" "gitlab.c3sl.ufpr.br/root/netboxadm/internal/nethuh" - "gitlab.c3sl.ufpr.br/root/services/dhcp" + "gitlab.c3sl.ufpr.br/root/services/dhcp.git" ) var UpdateCmd = &cobra.Command{ ===================================== cmd/dns/update.go ===================================== @@ -21,7 +21,7 @@ import ( "github.com/spf13/cobra" "gitlab.c3sl.ufpr.br/root/netboxadm/cmd/config" "gitlab.c3sl.ufpr.br/root/netboxadm/internal/nethuh" - "gitlab.c3sl.ufpr.br/root/services/dns" + "gitlab.c3sl.ufpr.br/root/services/dns.git" "github.com/spf13/viper" ) ===================================== go.mod ===================================== @@ -13,17 +13,11 @@ require ( github.com/seancfoley/ipaddress-go v1.7.1 github.com/spf13/cobra v1.9.1 github.com/spf13/viper v1.20.1 - gitlab.c3sl.ufpr.br/root/services/dhcp v1.0.2 - gitlab.c3sl.ufpr.br/root/services/dns v1.0.2 - gitlab.c3sl.ufpr.br/root/services/vmbackups v1.0.0 + gitlab.c3sl.ufpr.br/root/services/dhcp.git v0.0.0-20250731235020-74eb2ffd99ae + gitlab.c3sl.ufpr.br/root/services/dns.git v0.0.0-20250731235427-acaade9a8bd8 + gitlab.c3sl.ufpr.br/root/services/vmbackups.git v0.0.0-20250726124142-dcd48f78750c ) -replace gitlab.c3sl.ufpr.br/root/services/vmbackups => gitlab.c3sl.ufpr.br/root/services/vmbackups.git v1.0.0 - -replace gitlab.c3sl.ufpr.br/root/services/dns => gitlab.c3sl.ufpr.br/root/services/dns.git v1.0.2 - -replace gitlab.c3sl.ufpr.br/root/services/dhcp => gitlab.c3sl.ufpr.br/root/services/dhcp.git v1.0.2 - require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect ===================================== go.sum ===================================== @@ -188,12 +188,12 @@ github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no= github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM= -gitlab.c3sl.ufpr.br/root/services/dhcp.git v1.0.2 h1:Wi9gBfwattPz10KdZgUhCyO1n2wNn/LzT85qbMh30Tw= -gitlab.c3sl.ufpr.br/root/services/dhcp.git v1.0.2/go.mod h1:1sv2r7hZ1dPsYwn71xBoBIzVgUlPBkhwu1McUXDnxwg= -gitlab.c3sl.ufpr.br/root/services/dns.git v1.0.2 h1:8x8pNllXTwyf5G9YvztymS+n53kNIxxB60DIuSLilAM= -gitlab.c3sl.ufpr.br/root/services/dns.git v1.0.2/go.mod h1:DgzAim9cbJw3WxecQh2KDPdM2/GwEuUzVwgVz0cZ7Aw= -gitlab.c3sl.ufpr.br/root/services/vmbackups.git v1.0.0 h1:e5q7dA8aNDqTI0+7mXs+J8Xm3nejXItK6XVvEZbsNXg= -gitlab.c3sl.ufpr.br/root/services/vmbackups.git v1.0.0/go.mod h1:eyNqTBI4DuroKzEbX7a1kjLuDB272vbp4s+TIT3xR3I= +gitlab.c3sl.ufpr.br/root/services/dhcp.git v0.0.0-20250731235020-74eb2ffd99ae h1:4v2xw7+oH8sRAEPG0dlBBovMUU13HWS19pivahxexlg= +gitlab.c3sl.ufpr.br/root/services/dhcp.git v0.0.0-20250731235020-74eb2ffd99ae/go.mod h1:aBn2FwsGDq6vtAL5WfD14f3IH5t057ADZ2aETXi86Jg= +gitlab.c3sl.ufpr.br/root/services/dns.git v0.0.0-20250731235427-acaade9a8bd8 h1:mj/00kly7VLn3kaWpPqWeCDScL/m84j5xQ5P6T7TTlk= +gitlab.c3sl.ufpr.br/root/services/dns.git v0.0.0-20250731235427-acaade9a8bd8/go.mod h1:2t5cJKuj/COXheYaMGLBhd1wyEfMzyXaCPYQ7Sjlr0M= +gitlab.c3sl.ufpr.br/root/services/vmbackups.git v0.0.0-20250726124142-dcd48f78750c h1:EE7IY2DiJVS0e5yBP6/Fy556bygA9O31sF7FCNsGUVE= +gitlab.c3sl.ufpr.br/root/services/vmbackups.git v0.0.0-20250726124142-dcd48f78750c/go.mod h1:eyNqTBI4DuroKzEbX7a1kjLuDB272vbp4s+TIT3xR3I= go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE= go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI= View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/netboxadm/-/commit/eab7c23496a698b90184... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/netboxadm/-/commit/eab7c23496a698b90184... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.