diff options
author | sanine-a <sanine.not@pm.me> | 2023-04-27 11:28:21 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2023-04-27 11:28:21 -0500 |
commit | 8f8bed0e018d89f35f15b005b0109eb0ee3e9290 (patch) | |
tree | 638e521aa27578b2a9344576f597b8739ccb7f95 /conf/go.mod | |
parent | 51a40c981ab3a4902fb7dd661b2e4eddb1994c12 (diff) |
add db module
Diffstat (limited to 'conf/go.mod')
-rw-r--r-- | conf/go.mod | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/go.mod b/conf/go.mod index 81b2db5..ff194cd 100644 --- a/conf/go.mod +++ b/conf/go.mod @@ -1,3 +1,7 @@ -module sanine.net/phlox/phloxconf +module sanine.net/git/phlox/phloxconf -go 1.20 +go 1.19 + +replace sanine.net/git/phlox/db => ../db + +require sanine.net/git/phlox/db v0.0.0-00010101000000-000000000000 |