aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: c2c84a0e0b2cd9c66d304432687904516c25ad31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/karyontech/karyon-go

go 1.22.3

require (
	github.com/gorilla/websocket v1.5.1
	github.com/sirupsen/logrus v1.9.3
	github.com/stretchr/testify v1.7.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/net v0.17.0 // indirect
	golang.org/x/sys v0.13.0 // indirect
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)