This repository was archived by the owner on Mar 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ module github.com/datum-cloud/galactic-agent
33go 1.24.9
44
55require (
6- github.com/datum-cloud/galactic-common v0.0.0-20251028162316-06f70d39f8ed
6+ github.com/datum-cloud/galactic-common v0.0.0-20251028201425-f06de7d6ad01
77 github.com/eclipse/paho.mqtt.golang v1.5.0
8- github.com/kenshaw/baseconv v0.1.1
98 github.com/spf13/cobra v1.9.1
109 github.com/spf13/viper v1.20.1
1110 github.com/vishvananda/netlink v1.3.2-0.20250622222046-78aca1ace529
@@ -20,6 +19,7 @@ require (
2019 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2120 github.com/gorilla/websocket v1.5.3 // indirect
2221 github.com/inconshreveable/mousetrap v1.1.0 // indirect
22+ github.com/kenshaw/baseconv v0.1.1 // indirect
2323 github.com/lorenzosaino/go-sysctl v0.3.1 // indirect
2424 github.com/pelletier/go-toml/v2 v2.2.3 // indirect
2525 github.com/sagikazarmark/locafero v0.7.0 // indirect
Original file line number Diff line number Diff line change 11github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I =
22github.com/BurntSushi/toml v1.1.0 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
33github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
4- github.com/datum-cloud/galactic-common v0.0.0-20251028162316-06f70d39f8ed h1:g1FgebSEgbJGq3RpB6GsJAObUFChP2IuP1OwBqINRlU =
5- github.com/datum-cloud/galactic-common v0.0.0-20251028162316-06f70d39f8ed /go.mod h1:lJ8fte6gUiIi7cecSrfvicTQMgq+ejFrdN97ElARDR8 =
4+ github.com/datum-cloud/galactic-common v0.0.0-20251028201425-f06de7d6ad01 h1:NYfkB6qPWPp0+mgpcr9R2v56efAZNbaetZPAazjkl/M =
5+ github.com/datum-cloud/galactic-common v0.0.0-20251028201425-f06de7d6ad01 /go.mod h1:gXCoJaHM1Yy8au9VdKNbKJBGIKbqcPdfKvd9lQ9UNyM =
66github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
88github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments