Move module from github.com/inetaf to github.com/tailscale

See inetaf/tcpproxy#39

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
This commit is contained in:
Brad Fitzpatrick
2024-02-13 19:07:40 -08:00
parent 0893ea0215
commit b535050b2a
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2021, inet.af
Copyright (c) 2021, Tailscale Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
+2 -2
View File
@@ -1,5 +1,5 @@
module inet.af/peercred
module github.com/tailscale/peercred
go 1.14
go 1.18
require golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b
+1 -1
View File
@@ -4,7 +4,7 @@
// Package peercred maps from a net.Conn to information about the
// other side of the connection, using various OS-specific facilities.
package peercred // import "inet.af/peercred"
package peercred
import (
"errors"
+1 -3
View File
@@ -3,10 +3,8 @@
// license that can be found in the LICENSE file.
//go:build go1.15 && (linux || darwin || freebsd)
// +build go1.15
// +build linux darwin freebsd
package peercred // import "inet.af/peercred"
package peercred
import (
"fmt"