mirror of
https://github.com/rwinkhart/peercred-mini.git
synced 2026-08-27 20:36:30 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user