Skip to content

Commit

Permalink
Bump libgo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Oct 30, 2023
1 parent abb2a22 commit 425cfbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/archethic-foundation/archethic-cli
go 1.20

require (
github.com/archethic-foundation/libgo v1.0.7
github.com/archethic-foundation/libgo v1.0.8
github.com/atotto/clipboard v0.1.4
github.com/charmbracelet/bubbles v0.16.1
github.com/charmbracelet/bubbletea v0.24.2
github.com/charmbracelet/lipgloss v0.7.1
Expand All @@ -19,7 +20,6 @@ require (
require (
github.com/aead/ecdh v0.2.0 // indirect
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.3 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/archethic-foundation/libgo v1.0.6 h1:99HyaYV4nZB+nngoiZiCCcWdfABTpXXJ
github.com/archethic-foundation/libgo v1.0.6/go.mod h1:9qn6ks4Azt54DLL5FjUsTpp2RVIMJaVcoVGXx/ogV8Y=
github.com/archethic-foundation/libgo v1.0.7 h1:HZwPbiK8fCd+mMxXLnvzg44x34dZE0bKmeEYFs/LqHk=
github.com/archethic-foundation/libgo v1.0.7/go.mod h1:9qn6ks4Azt54DLL5FjUsTpp2RVIMJaVcoVGXx/ogV8Y=
github.com/archethic-foundation/libgo v1.0.8 h1:a2CfHXactreJMIBsRclf0w+X0T0M7sgeGeoD2+VxLYA=
github.com/archethic-foundation/libgo v1.0.8/go.mod h1:9qn6ks4Azt54DLL5FjUsTpp2RVIMJaVcoVGXx/ogV8Y=
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
Expand Down

0 comments on commit 425cfbf

Please sign in to comment.