diff options
author | r <r@freesoftwareextremist.com> | 2019-12-19 16:21:37 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-19 16:21:37 +0000 |
commit | 3d1e4cfa4c17eea9a64b8672df769c540fefdaeb (patch) | |
tree | 1bb4ad2b4382eeb166f0bc18bb3eaf1e33d8f512 | |
parent | 7c6097703cc357a133b34ed22d9d4da31d698860 (diff) | |
download | bloat-3d1e4cfa4c17eea9a64b8672df769c540fefdaeb.tar.gz bloat-3d1e4cfa4c17eea9a64b8672df769c540fefdaeb.zip |
Remove unused file
-rw-r--r-- | go.mod.old | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/go.mod.old b/go.mod.old deleted file mode 100644 index e633126..0000000 --- a/go.mod.old +++ /dev/null @@ -1,10 +0,0 @@ -module web - -go 1.13 - -require ( - github.com/gorilla/mux v1.7.3 - mastodon v0.0.0-00010101000000-000000000000 -) - -replace mastodon => ./mastodon |