-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.18 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.18 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
module github.com/benitogf/ooo
go 1.25
require (
github.com/benitogf/coat v0.0.0-20200402073050-ff807656cbec
github.com/benitogf/go-json v0.0.0-20260410172501-727f5690408b
github.com/benitogf/jsondiff v0.0.0-20260413094925-a4be838c278b
github.com/benitogf/jsonpatch v0.0.0-20260413094158-a4a6cc1a3382
github.com/getlantern/httptest v0.0.0-20161025015934-4b40f4c7e590
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/pkg/expect v0.0.0-20191209053905-1fe4c9394a8a
github.com/rs/cors v1.11.1
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.18.0
github.com/tidwall/sjson v1.2.5
)
require (
github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/getlantern/mockconn v0.0.0-20200818071412-cb30d065a848 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)