šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/gbraad/go9p

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gbraad/go9p

v0.0.0-20220623042348-8325e1d233b3
Source
Go
Version published
Created
Source

go9p

Fork of the original rminnich/go9p repo with the patches of k8s.io/minikube.

This is go9p done in a way that I can understand.

To install:

$ go build -o ufs-server cmd/ufs/main.go
$ ./ufs-server
$ GOOS=windows GOARCH=amd64 go build -o ufs-server-windows.exe ./cmd/ufs/main.go
PS> .\ufs-server-windows.exe

FAQs

Package last updated on 23 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts