forked from Shells-com/shells-go
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (22 loc) · 1.03 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
module github.com/Shells-com/shells-go
go 1.16
require (
fyne.io/fyne/v2 v2.0.3
github.com/KarpelesLab/csscolor v0.0.1 // indirect
github.com/KarpelesLab/goclip v0.0.1
github.com/KarpelesLab/rest v0.2.2
github.com/KarpelesLab/static-opus v0.3.131
github.com/KarpelesLab/static-portaudio v0.4.190600
github.com/Shells-com/spice v0.0.3 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
github.com/golang/snappy v0.0.2
github.com/gordonklaus/portaudio v0.0.0-20200911161147-bb74aa485641 // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/stretchr/testify v1.7.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
gopkg.in/go-playground/colors.v1 v1.2.0 // indirect
)
replace fyne.io/fyne/v2 v2.0.3 => github.com/MagicalTux/fyne/v2 v2.0.4-0.20210517173427-d303af45520c