diff options
author | emile <hanemile@protonmail.com> | 2019-10-19 13:04:29 +0000 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2019-10-19 13:04:29 +0000 |
commit | ed109ea47f6bfecb866e9590f74624ab2270fdd9 (patch) | |
tree | b9df7f395b9dbef007cb78466770f496b465ddb5 | |
parent | 523ed4000c84caac3d4280aee86037a10de95bd4 (diff) |
fixed the go module because of renaming the repo
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 8185e18..1545ec5 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.darknebu.la/circus/circus-challengeprovider +module git.darknebu.la/circus/circus-manager go 1.13 |