diff options
Diffstat (limited to 'testing/resources/golang_hooks_repo/go.mod')
-rw-r--r-- | testing/resources/golang_hooks_repo/go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/resources/golang_hooks_repo/go.mod b/testing/resources/golang_hooks_repo/go.mod index 523bfc9..f37d4b6 100644 --- a/testing/resources/golang_hooks_repo/go.mod +++ b/testing/resources/golang_hooks_repo/go.mod @@ -1 +1,5 @@ module golang-hello-world + +go 1.18 + +require github.com/BurntSushi/toml v1.1.0 |