Skip to content

Commit

Permalink
Upgrade p9
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Aug 14, 2023
1 parent ef9e255 commit f45bce6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 404 deletions.
28 changes: 12 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,30 @@ go 1.20

require (
github.com/gliderlabs/ssh v0.3.5
github.com/hugelgupf/p9 v0.2.1-0.20230803231326-7b9704081cf5
github.com/hugelgupf/p9 v0.2.1-0.20230814004337-e6037077d6dc
github.com/kevinburke/ssh_config v1.2.0
github.com/u-root/u-root v0.11.0
golang.org/x/crypto v0.10.0
golang.org/x/sys v0.9.0
github.com/u-root/u-root v0.11.1-0.20230807200058-f87ad7ccb594
golang.org/x/crypto v0.12.0
golang.org/x/sys v0.11.0
)

require (
github.com/brutella/dnssd v1.2.9
github.com/creack/pty v1.1.18
github.com/mdlayher/vsock v1.2.1
github.com/shirou/gopsutil v3.21.11+incompatible
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
golang.org/x/exp v0.0.0-20230810033253-352e893a4cad
)

require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
Expand All @@ -39,10 +36,9 @@ require (
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/tools v0.10.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
golang.org/x/tools v0.12.0 // indirect
google.golang.org/grpc v1.55.0 // indirect
)
Loading

0 comments on commit f45bce6

Please sign in to comment.