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/front | |
| parent | 43845072d0877059bdc472ff3ecfa72090a34b4c (diff) | |
| download | xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.tar.xz xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.zip | |
go.mod: bump to christine.website/v1 (#43)
Diffstat (limited to 'internal/front')
| -rw-r--r-- | internal/front/front_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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(`--- |
