aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 032a459..73b8244 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module golang-sockets
-go 1.18 \ No newline at end of file
+go 1.20
+
+require github.com/pkg/errors v0.9.1 // indirect \ No newline at end of file