diff options
| author | Christine Dodrill <me@christine.website> | 2019-05-25 06:10:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-25 06:10:20 -0400 |
| commit | 901a870769598144b16ae04f2372a9a7df5c9ea8 (patch) | |
| tree | c3490c02ba98b3f9380d898092a4aa5a0876381c /internal/jsonfeed/jsonfeed_test.go | |
| parent | 43845072d0877059bdc472ff3ecfa72090a34b4c (diff) | |
| download | xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.tar.xz xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.zip | |
go.mod: bump to christine.website/v1 (#43)
Diffstat (limited to 'internal/jsonfeed/jsonfeed_test.go')
| -rw-r--r-- | internal/jsonfeed/jsonfeed_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/jsonfeed/jsonfeed_test.go b/internal/jsonfeed/jsonfeed_test.go index da8cb04..cc6578e 100644 --- a/internal/jsonfeed/jsonfeed_test.go +++ b/internal/jsonfeed/jsonfeed_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "christine.website/internal/jsonfeed" + "christine.website/v1/internal/jsonfeed" "github.com/stretchr/testify/assert" ) |
