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 /cmd/site/html.go | |
| parent | 43845072d0877059bdc472ff3ecfa72090a34b4c (diff) | |
| download | xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.tar.xz xesite-901a870769598144b16ae04f2372a9a7df5c9ea8.zip | |
go.mod: bump to christine.website/v1 (#43)
Diffstat (limited to 'cmd/site/html.go')
| -rw-r--r-- | cmd/site/html.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/site/html.go b/cmd/site/html.go index b3fa484..2785614 100644 --- a/cmd/site/html.go +++ b/cmd/site/html.go @@ -8,8 +8,8 @@ import ( "path/filepath" "time" - "christine.website/internal" - "christine.website/internal/blog" + "christine.website/v1/internal" + "christine.website/v1/internal/blog" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "within.website/ln" |
