Skip to content

Commit 24d9b69

Browse files
authored
Merge pull request #91 from HyperbolicLabs/dev
hotfix: https submodule for argo
2 parents 1569e99 + c26f2c6 commit 24d9b69

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitmodules

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "epitome/jungle"]
22
path = epitome/jungle
3-
url = git@github.com:hyperboliclabs/jungle.proto.git
3+
# url = git@github.com:hyperboliclabs/jungle.proto.git
4+
5+
# use https for now to avoid argo issues cloning ssh submodules
6+
url = https://github.com/hyperboliclabs/jungle.proto.git
7+
8+
# this is necessary to get argo to pull down only the top-level module
9+
fetchRecurseSubmodules = false

epitome/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module epitome.hyperbolic.xyz
22

33
go 1.23.0
4-
54
toolchain go1.24.1
65

76
// go 1.23

0 commit comments

Comments
 (0)