aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-31 02:17:56 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-31 02:17:56 +0200
commitfa0b0efc14f84ff87789cabe0010f3240245407c (patch)
tree6b0b40e81a7b589511a0bd5cd0be7ab785ec5c96 /go.mod
init commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c2c84a0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)