-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (25 loc) · 1.23 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/yeo/bima
go 1.16
require (
fyne.io/fyne/v2 v2.0.1
github.com/akavel/rsrc v0.9.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/github-release/github-release v0.8.0 // indirect
github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/josephspurrier/goversioninfo v1.2.0 // indirect
github.com/kevinburke/rest v0.0.0-20200429221318-0d2892b400f8 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pquerna/otp v1.2.0
github.com/rs/zerolog v1.18.0
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200711155855-7342f9734a7d // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)