Registry / utility / golang-dep

golang-dep

JSON →
library0.5.4gogounverified

Package dep is a prototype dependency management library for Go.

go get github.com/golang/dep
INSTALL
IMPORT
SIG · GOLANG-DEP
G
golang-dep
utilitygov0.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dep
github.com/golang/dep

Demonstrates importing dep (deprecated).

package main import ( "fmt" "github.com/golang/dep" ) func main() { fmt.Println("dep is deprecated; use Go modules instead") }
Debug
Known issues
breakingDep is deprecated in favor of Go modules.
fix
Migrate to Go modules (go mod init).
affects: >=0.5.0
Upgrade
Version history
0.5.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golang-dep — go get golang-dep · libregistry