Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 6e532d8

Browse files
authored
Mod update (#17)
1 parent 5979e63 commit 6e532d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/datum-cloud/galactic-agent
33
go 1.24.9
44

55
require (
6-
github.com/datum-cloud/galactic-common v0.0.0-20251028201425-f06de7d6ad01
6+
github.com/datum-cloud/galactic-common v0.0.0-20251029014339-7062fa2334ff
77
github.com/eclipse/paho.mqtt.golang v1.5.0
88
github.com/spf13/cobra v1.9.1
99
github.com/spf13/viper v1.20.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
22
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
33
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
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=
4+
github.com/datum-cloud/galactic-common v0.0.0-20251029014339-7062fa2334ff h1:u7c253QSnmIFwhaEZsqqNi5HQ61XKTf91bQ+9WhF4dM=
5+
github.com/datum-cloud/galactic-common v0.0.0-20251029014339-7062fa2334ff/go.mod h1:gXCoJaHM1Yy8au9VdKNbKJBGIKbqcPdfKvd9lQ9UNyM=
66
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)