aboutsummaryrefslogtreecommitdiff
path: root/internal/jsonfeed/jsonfeed_test.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-05-25 15:14:09 -0400
committerChristine Dodrill <me@christine.website>2019-05-25 15:14:09 -0400
commit4946538c871759113906b9bd8419f405e91a8555 (patch)
tree8d1058daf5030452cdd396df67f2c956525b4e5b /internal/jsonfeed/jsonfeed_test.go
parentee9a37bc74ffed68153f0c631a5e4e6a93b70497 (diff)
downloadxesite-4946538c871759113906b9bd8419f405e91a8555.tar.xz
xesite-4946538c871759113906b9bd8419f405e91a8555.zip
Revert "go.mod: bump to christine.website/v1 (#43)"
This reverts commit 901a870769598144b16ae04f2372a9a7df5c9ea8.
Diffstat (limited to 'internal/jsonfeed/jsonfeed_test.go')
-rw-r--r--internal/jsonfeed/jsonfeed_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/jsonfeed/jsonfeed_test.go b/internal/jsonfeed/jsonfeed_test.go
index cc6578e..da8cb04 100644
--- a/internal/jsonfeed/jsonfeed_test.go
+++ b/internal/jsonfeed/jsonfeed_test.go
@@ -9,7 +9,7 @@ import (
"testing"
"time"
- "christine.website/v1/internal/jsonfeed"
+ "christine.website/internal/jsonfeed"
"github.com/stretchr/testify/assert"
)