diff options
author | wwqgtxx <wwqgtxx@gmail.com> | 2023-10-16 15:37:53 +0800 |
---|---|---|
committer | wwqgtxx <wwqgtxx@gmail.com> | 2023-10-16 15:37:53 +0800 |
commit | 4e1e6c5e7246f15112e562da4cd85dbcb4cd5200 (patch) | |
tree | e9fe890bbfe241c4cace3fdd8dbe00f8e337cd4c /go.mod | |
parent | 9b5d35ae8e5559e33da3527f04f86e7a8c492056 (diff) |
downgrade mdlayher/socket to v0.4.1 for go 1.20
Signed-off-by: wwqgtxx <wwqgtxx@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( require ( github.com/davecgh/go-spew v1.1.0 // indirect github.com/josharian/native v1.1.0 // indirect - github.com/mdlayher/socket v0.5.0 // indirect + github.com/mdlayher/socket v0.4.1 // indirect github.com/pierrec/lz4/v4 v4.1.14 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect |