Skip to content

Commit

Permalink
Merge pull request #169 from axivo/fix/global-module
Browse files Browse the repository at this point in the history
fix: global module
  • Loading branch information
fmunteanu authored Jan 15, 2025
2 parents 7af76bf + 39e6aef commit 34abffc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/axivo/website/docs
go 1.22

require (
github.com/axivo/website/global v1.0.1 // indirect
github.com/axivo/website/global v1.0.2 // indirect
github.com/imfing/hextra v0.9.3 // indirect
)
4 changes: 2 additions & 2 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/axivo/website/global v1.0.1 h1:fKSJN5QGWeVMdQBo1HM8q212m0ioArXJUJkjWh89L6Q=
github.com/axivo/website/global v1.0.1/go.mod h1:IWUbiIqUfhaseFv/oaN1GZBrxQV6vmERtGSUXXcZObk=
github.com/axivo/website/global v1.0.2 h1:fd7u+P1nnNa39un1w+OLEUKvKG3uCSCmsiUg9BajuDs=
github.com/axivo/website/global v1.0.2/go.mod h1:QQk2/AIFUOQIGv0YQivBp1qa9aQeAjHHljwIJCGc1fk=
github.com/imfing/hextra v0.9.3 h1:p4vDm2TSgt3RpJdJm2mqkpoJCH2S08wzySyyYodtgCc=
github.com/imfing/hextra v0.9.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
2 changes: 1 addition & 1 deletion k3s-cluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/axivo/website/k3s-cluster
go 1.22

require (
github.com/axivo/website/global v1.0.1 // indirect
github.com/axivo/website/global v1.0.2 // indirect
github.com/imfing/hextra v0.9.3 // indirect
)
4 changes: 2 additions & 2 deletions k3s-cluster/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/axivo/website/global v1.0.1 h1:fKSJN5QGWeVMdQBo1HM8q212m0ioArXJUJkjWh89L6Q=
github.com/axivo/website/global v1.0.1/go.mod h1:IWUbiIqUfhaseFv/oaN1GZBrxQV6vmERtGSUXXcZObk=
github.com/axivo/website/global v1.0.2 h1:fd7u+P1nnNa39un1w+OLEUKvKG3uCSCmsiUg9BajuDs=
github.com/axivo/website/global v1.0.2/go.mod h1:QQk2/AIFUOQIGv0YQivBp1qa9aQeAjHHljwIJCGc1fk=
github.com/imfing/hextra v0.9.3 h1:p4vDm2TSgt3RpJdJm2mqkpoJCH2S08wzySyyYodtgCc=
github.com/imfing/hextra v0.9.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

0 comments on commit 34abffc

Please sign in to comment.