-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.7 KB
/
go.mod
File metadata and controls
40 lines (37 loc) · 1.7 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/benitogf/mono
go 1.25
require (
github.com/Ghibranalj/webview_go v0.0.0-20251019170756-f933bf214be3
github.com/benitogf/auth v0.0.0-20260205053058-ebd26e9eba08
github.com/benitogf/ko v0.0.0-20260223095138-d9bdb5feb085
github.com/benitogf/network v0.0.0-20260109060111-90bcf6703d14
github.com/benitogf/ooo v0.0.0-20260225041933-aad9f9448529
github.com/gorilla/mux v1.8.1
)
require (
github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84 // indirect
github.com/benitogf/coat v0.0.0-20200402073050-ff807656cbec // indirect
github.com/benitogf/jsondiff v0.0.0-20220926080659-c3db9b84b559 // indirect
github.com/benitogf/jsonpatch v0.0.0-20260109052650-eec54232a9a2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/gorilla/handlers v1.5.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/pkg/expect v0.0.0-20191209053905-1fe4c9394a8a // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 // indirect
golang.org/x/crypto v0.48.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)