1
0
mirror of https://github.com/writeas/go-writeas.git synced 2025-07-27 15:18:28 +00:00
go-writeas/go.mod
Matt Baer bbe9a57d56 Move to h12.io/socks library
Our Code.as site is periodically down, so this should cause fewer problems
2025-01-07 20:20:41 -05:00

9 lines
116 B
Modula-2

module github.com/writeas/go-writeas/v2
go 1.9
require (
github.com/writeas/impart v1.1.0
h12.io/socks v1.0.3
)