jlelse
/
kis3
Archived
1
Fork 0
This repository has been archived on 2021-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
kis3/go.mod

16 lines
481 B
Modula-2
Raw Normal View History

2019-04-02 14:28:06 +00:00
module kis3.dev/kis3
go 1.12
require (
2019-04-05 07:32:38 +00:00
github.com/gobuffalo/packr/v2 v2.1.0
2019-04-02 14:28:06 +00:00
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/handlers v1.4.0
2019-04-05 07:32:38 +00:00
github.com/gorilla/mux v1.7.1
2019-04-02 14:28:06 +00:00
github.com/mattn/go-sqlite3 v1.10.0
2019-04-05 14:47:04 +00:00
github.com/rubenv/sql-migrate v0.0.0-20190327083759-54bad0a9b051
2019-04-02 14:28:06 +00:00
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
2019-04-05 14:47:04 +00:00
gopkg.in/gorp.v1 v1.7.2 // indirect
2019-04-02 14:28:06 +00:00
)