Skip to content

Commit 3c40324

Browse files
committed
feat: add test projects as submodule
1 parent 79803db commit 3c40324

File tree

9 files changed

+32
-0
lines changed

9 files changed

+32
-0
lines changed

.gitmodules

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[submodule "go-runner/testdata/projects/fzf"]
2+
path = go-runner/testdata/projects/fzf
3+
url = https://github.com/junegunn/fzf
4+
[submodule "go-runner/testdata/projects/opentelemetry-go"]
5+
path = go-runner/testdata/projects/opentelemetry-go
6+
url = https://github.com/open-telemetry/opentelemetry-go.git
7+
[submodule "go-runner/testdata/projects/golang-benchmarks"]
8+
path = go-runner/testdata/projects/golang-benchmarks
9+
url = https://github.com/SimonWaldherr/golang-benchmarks
10+
[submodule "go-runner/testdata/projects/fuego"]
11+
path = go-runner/testdata/projects/fuego
12+
url = https://github.com/go-fuego/fuego
13+
[submodule "go-runner/testdata/projects/hugo"]
14+
path = go-runner/testdata/projects/hugo
15+
url = https://github.com/gohugoio/hugo.git
16+
[submodule "go-runner/testdata/projects/zerolog"]
17+
path = go-runner/testdata/projects/zerolog
18+
url = https://github.com/rs/zerolog
19+
[submodule "go-runner/testdata/projects/zap"]
20+
path = go-runner/testdata/projects/zap
21+
url = https://github.com/uber-go/zap
22+
[submodule "go-runner/testdata/projects/cli-runtime"]
23+
path = go-runner/testdata/projects/cli-runtime
24+
url = https://github.com/kubernetes/cli-runtime.git
Submodule cli-runtime added at f536649

go-runner/testdata/projects/fuego

Submodule fuego added at 15bb3a7

go-runner/testdata/projects/fzf

Submodule fzf added at f2179f0

go-runner/testdata/projects/hugo

Submodule hugo added at 84dd495
Submodule opentelemetry-go added at 45bb4ba

go-runner/testdata/projects/zap

Submodule zap added at 07077a6

go-runner/testdata/projects/zerolog

Submodule zerolog added at 9dacc01

0 commit comments

Comments
 (0)