| @@ -68,8 +68,8 @@ package main | |||
| import ( | |||
| "io" | |||
| "github.com/goanywhere/env" | |||
| "github.com/goanywhere/rex" | |||
| "github.com/goanywhere/x/env" | |||
| ) | |||
| func index(w http.ResponseWriter, r *http.Request) { | |||
| @@ -18,9 +18,9 @@ import ( | |||
| "github.com/goanywhere/rex/internal" | |||
| "github.com/goanywhere/rex/livereload" | |||
| "github.com/goanywhere/env" | |||
| "github.com/goanywhere/fs" | |||
| "github.com/goanywhere/x/cmd" | |||
| "github.com/goanywhere/x/env" | |||
| ) | |||
| var ( | |||
| @@ -10,7 +10,7 @@ import ( | |||
| "regexp" | |||
| "strings" | |||
| "github.com/goanywhere/x/env" | |||
| "github.com/goanywhere/env" | |||
| ) | |||
| type writer struct { | |||
| @@ -6,10 +6,10 @@ import ( | |||
| "path/filepath" | |||
| "runtime" | |||
| "github.com/goanywhere/env" | |||
| "github.com/goanywhere/fs" | |||
| "github.com/goanywhere/rex/internal" | |||
| mw "github.com/goanywhere/rex/middleware" | |||
| "github.com/goanywhere/x/env" | |||
| ) | |||
| var ( | |||