We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a1892 commit c4f8b61Copy full SHA for c4f8b61
1 file changed
go.mod
@@ -6,6 +6,7 @@ require (
6
github.com/go-sql-driver/mysql v1.9.3
7
github.com/lib/pq v1.11.2
8
github.com/wailsapp/wails/v2 v2.11.0
9
+ golang.org/x/mod v0.34.0
10
)
11
12
require (
@@ -34,7 +35,6 @@ require (
34
35
github.com/wailsapp/go-webview2 v1.0.22 // indirect
36
github.com/wailsapp/mimetype v1.4.1 // indirect
37
golang.org/x/crypto v0.33.0 // indirect
- golang.org/x/mod v0.34.0 // indirect
38
golang.org/x/net v0.35.0 // indirect
39
golang.org/x/sys v0.30.0 // indirect
40
golang.org/x/text v0.22.0 // indirect
0 commit comments