mirror of
https://github.com/taigrr/wails.git
synced 2026-04-12 18:11:31 -07:00
15 lines
350 B
Modula-2
15 lines
350 B
Modula-2
module github.com/wailsapp/wails/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/leaanthony/clir v1.0.2
|
|
github.com/leaanthony/gosod v0.0.3
|
|
github.com/leaanthony/slicer v1.4.1
|
|
github.com/matryer/is v1.3.0
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/xyproto/xpm v1.2.1
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
|
nhooyr.io/websocket v1.7.4
|
|
)
|