You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ Pull requests for other OSs happily considered!
40
40
41
41
## Versions
42
42
43
+
### v1.1.0
44
+
45
+
+ Add `func DiscoverGateways() ([]net.IP, error)`. This func returns an array of gateways that contains at least one gateway. Otherwise returns an error.
46
+
+ Update to go version 1.24.2
47
+
+ Upate dependencies to latest versions. (There was an x/net security warning.)
48
+
43
49
### v1.0.16
44
50
45
51
Update x/net dependency. This was done to squelch a github security
0 commit comments