Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2'

This commit is contained in:
Travis McLane
2020-09-15 19:52:54 -05:00
222 changed files with 25426 additions and 0 deletions

18
v2/go.mod Normal file
View File

@@ -0,0 +1,18 @@
module github.com/wailsapp/wails/v2
go 1.13
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/leaanthony/clir v1.0.4
github.com/leaanthony/gosod v0.0.4
github.com/leaanthony/slicer v1.4.1
github.com/matryer/is v1.4.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/xyproto/xpm v1.2.1
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/tools v0.0.0-20200902012652-d1954cc86c82
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
nhooyr.io/websocket v1.8.6
)