diff options
author | Emile <hanemile@protonmail.com> | 2019-03-06 16:14:39 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-03-06 16:14:39 +0100 |
commit | 70a98048d920d0e571a46a7d9ff104a70188dca0 (patch) | |
tree | aafa63fa9c0f64d1c5787f93e99c5a31038e1661 | |
parent | 7e803cfc20e338d4ed8475196aad90b3b2f50870 (diff) |
fixed the modules after renaming the repo from db_actions to db-actions
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 77c880d..ecdda93 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,6 @@ -module git.darknebu.la/GalaxySimulator/db_actions +module git.darknebu.la/GalaxySimulator/db-actions + +go 1.12 require ( git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5 |