diff options
Diffstat (limited to 'modules/lists')
| -rw-r--r-- | modules/lists/lists.go | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/modules/lists/lists.go b/modules/lists/lists.go index 90de18c..67856fe 100644 --- a/modules/lists/lists.go +++ b/modules/lists/lists.go | |||
| @@ -4,20 +4,21 @@ import ( | |||
| 4 | "database/sql" | 4 | "database/sql" |
| 5 | "encoding/json" | 5 | "encoding/json" |
| 6 | "errors" | 6 | "errors" |
| 7 | "fagott.pw/charakterin" | ||
| 8 | "fagott.pw/grilist/cache" | ||
| 9 | "fagott.pw/grilist/frontend" | ||
| 10 | "fagott.pw/grilist/grilist" | ||
| 11 | "fagott.pw/grilist/modules/grils" | ||
| 12 | "fmt" | 7 | "fmt" |
| 13 | "github.com/julienschmidt/httprouter" | ||
| 14 | "github.com/lib/pq" | ||
| 15 | "io/ioutil" | 8 | "io/ioutil" |
| 16 | "log" | 9 | "log" |
| 17 | "net/http" | 10 | "net/http" |
| 18 | "net/url" | 11 | "net/url" |
| 19 | "sort" | 12 | "sort" |
| 20 | "strconv" | 13 | "strconv" |
| 14 | |||
| 15 | "fagott.pw/charakterin" | ||
| 16 | "fagott.pw/grilist/cache" | ||
| 17 | "fagott.pw/grilist/frontend" | ||
| 18 | "fagott.pw/grilist/grilist" | ||
| 19 | "fagott.pw/grilist/modules/grils" | ||
| 20 | "github.com/julienschmidt/httprouter" | ||
| 21 | "github.com/lib/pq" | ||
| 21 | ) | 22 | ) |
| 22 | 23 | ||
| 23 | // Module und so. | 24 | // Module und so. |
