Fernando K pushed to branch main at Root / CLI / Netboxadm
Commits:
-
eab7c234
by Fernando Monteiro Kiotheka at 2025-07-31T21:01:32-03:00
5 changed files:
Changes:
... | ... | @@ -22,7 +22,7 @@ import ( |
22 | 22 | "github.com/spf13/viper"
|
23 | 23 | "gitlab.c3sl.ufpr.br/root/netboxadm/cmd/config"
|
24 | 24 | "gitlab.c3sl.ufpr.br/root/netboxadm/internal/nethuh"
|
25 | - "gitlab.c3sl.ufpr.br/root/services/vmbackups"
|
|
25 | + "gitlab.c3sl.ufpr.br/root/services/vmbackups.git"
|
|
26 | 26 | )
|
27 | 27 | |
28 | 28 | var UpdateCmd = &cobra.Command{
|
... | ... | @@ -22,7 +22,7 @@ import ( |
22 | 22 | "github.com/spf13/viper"
|
23 | 23 | "gitlab.c3sl.ufpr.br/root/netboxadm/cmd/config"
|
24 | 24 | "gitlab.c3sl.ufpr.br/root/netboxadm/internal/nethuh"
|
25 | - "gitlab.c3sl.ufpr.br/root/services/dhcp"
|
|
25 | + "gitlab.c3sl.ufpr.br/root/services/dhcp.git"
|
|
26 | 26 | )
|
27 | 27 | |
28 | 28 | var UpdateCmd = &cobra.Command{
|
... | ... | @@ -21,7 +21,7 @@ import ( |
21 | 21 | "github.com/spf13/cobra"
|
22 | 22 | "gitlab.c3sl.ufpr.br/root/netboxadm/cmd/config"
|
23 | 23 | "gitlab.c3sl.ufpr.br/root/netboxadm/internal/nethuh"
|
24 | - "gitlab.c3sl.ufpr.br/root/services/dns"
|
|
24 | + "gitlab.c3sl.ufpr.br/root/services/dns.git"
|
|
25 | 25 | "github.com/spf13/viper"
|
26 | 26 | )
|
27 | 27 |
... | ... | @@ -13,17 +13,11 @@ require ( |
13 | 13 | github.com/seancfoley/ipaddress-go v1.7.1
|
14 | 14 | github.com/spf13/cobra v1.9.1
|
15 | 15 | github.com/spf13/viper v1.20.1
|
16 | - gitlab.c3sl.ufpr.br/root/services/dhcp v1.0.2
|
|
17 | - gitlab.c3sl.ufpr.br/root/services/dns v1.0.2
|
|
18 | - gitlab.c3sl.ufpr.br/root/services/vmbackups v1.0.0
|
|
16 | + gitlab.c3sl.ufpr.br/root/services/dhcp.git v0.0.0-20250731235020-74eb2ffd99ae
|
|
17 | + gitlab.c3sl.ufpr.br/root/services/dns.git v0.0.0-20250731235427-acaade9a8bd8
|
|
18 | + gitlab.c3sl.ufpr.br/root/services/vmbackups.git v0.0.0-20250726124142-dcd48f78750c
|
|
19 | 19 | )
|
20 | 20 | |
21 | -replace gitlab.c3sl.ufpr.br/root/services/vmbackups => gitlab.c3sl.ufpr.br/root/services/vmbackups.git v1.0.0
|
|
22 | - |
|
23 | -replace gitlab.c3sl.ufpr.br/root/services/dns => gitlab.c3sl.ufpr.br/root/services/dns.git v1.0.2
|
|
24 | - |
|
25 | -replace gitlab.c3sl.ufpr.br/root/services/dhcp => gitlab.c3sl.ufpr.br/root/services/dhcp.git v1.0.2
|
|
26 | - |
|
27 | 21 | require (
|
28 | 22 | dario.cat/mergo v1.0.0 // indirect
|
29 | 23 | github.com/Microsoft/go-winio v0.6.2 // indirect
|