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 | |
| parent | 43845072d0877059bdc472ff3ecfa72090a34b4c (diff) | |
| download | xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.tar.xz xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.zip | |
go.mod: bump to christine.website/v1 (#43)
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/blog/blog.go | 2 | ||||
| -rw-r--r-- | internal/front/front_test.go | 2 | ||||
| -rw-r--r-- | internal/jsonfeed/jsonfeed_test.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/internal/blog/blog.go b/internal/blog/blog.go index eac5d64..d412f92 100644 --- a/internal/blog/blog.go +++ b/internal/blog/blog.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "christine.website/internal/front" + "christine.website/v1/internal/front" "github.com/russross/blackfriday" ) diff --git a/internal/front/front_test.go b/internal/front/front_test.go index 42094f5..932d2e3 100644 --- a/internal/front/front_test.go +++ b/internal/front/front_test.go @@ -4,7 +4,7 @@ import ( "fmt" "log" - "christine.website/internal/front" + "christine.website/v1/internal/front" ) var markdown = []byte(`--- 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" ) |
