Skip to content

Commit

Permalink
server: go.mod: Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 7, 2024
1 parent 1a2c16b commit 8f678b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
)

require (
github.com/cloud-barista/cm-honeybee/agent v0.0.0-20241023104944-2c546c3a3f05
github.com/cloud-barista/cm-honeybee/agent v0.0.0-20241107074155-1b499af92956
github.com/cloud-barista/cm-model v0.0.3
github.com/glebarez/sqlite v1.11.0
github.com/pkg/sftp v1.13.7
Expand Down
2 changes: 2 additions & 0 deletions server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc
github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE=
github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=
github.com/apparentlymart/go-cidr v1.1.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc=
github.com/cloud-barista/cm-honeybee/agent v0.0.0-20241107074155-1b499af92956 h1:Jv/yUUN6XJhmICzRl5Hp9u1dCK9bCxPaIiNDpUCuiGs=
github.com/cloud-barista/cm-honeybee/agent v0.0.0-20241107074155-1b499af92956/go.mod h1:YvDIvMQ8pAtM3mp5GV8mEJ6O8VnSdAbzMf99izv3kCg=
github.com/cloud-barista/cm-model v0.0.3 h1:sYowqaUMw77j2Hmz8nt/pjEA6lfMkGkZ31jNDDPN0Tk=
github.com/cloud-barista/cm-model v0.0.3/go.mod h1:gSuMhQxD813KIdSvkp8uGptYOeyDik749sYcICZjhj8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 8f678b1

Please sign in to comment.