Search Criteria
Package Details: dep 0.5.4-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/dep.git (read-only, click to copy) |
---|---|
Package Base: | dep |
Description: | Deprecated Go dependency management tool |
Upstream URL: | https://golang.github.io/dep/ |
Licenses: | BSD |
Submitter: | Foxboron |
Maintainer: | None |
Last Packager: | micwoj92 |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-27 20:16 (UTC) |
Last Updated: | 2021-03-10 03:51 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- git (git-gitAUR, git-glAUR) (optional) – fetch git sources
Required by (19)
- commento (make)
- cxo (make)
- duffle (make)
- dunner (make)
- fluxlang (make)
- go-nebulas-git (make)
- goploader-server (make)
- gosearch-git (make)
- influxdb-cli (make)
- komanda-cli-git (make)
- kube-bench (make)
- minishift (make)
- operator-sdk-git (make)
- prometheus-remo-exporter (make)
- realize (make)
- saw (make)
- signal-back-git (make)
- srandr (make)
- weather-bar (make)
Latest Comments
zerophase commented on 2022-04-19 04:18 (UTC)
Fails to build.
with: https://pastebin.com/TrgezfhK
micwoj92 commented on 2021-03-10 03:52 (UTC) (edited on 2021-03-10 03:54 (UTC) by micwoj92)
Thanks @Einbert_Xeride, added that fix. Works with both go and gcc-go now.
Einbert_Xeride commented on 2021-03-10 03:38 (UTC)
You can
export GO111MODULE=off
1 to make it build under official go again.micwoj92 commented on 2021-03-09 17:18 (UTC)
"Fixed" the build. This project is deprecated. If you use any program that requires this then you should open issue on upstream repo of that project and tell them to use go modules instead.
mblaschek commented on 2021-03-09 16:41 (UTC)
I get the same error as @konicks. I switched to dep-bin. on dep docs they write this:
not sure if that helps. I'm too new to solve this.
micwoj92 commented on 2021-03-09 11:29 (UTC)
Works for me using gcc-go
konicks commented on 2021-03-08 23:24 (UTC)
I cannot compile dep on my machine, here's the error
==> Starting build()... go: cannot find main module, but found Gopkg.lock in /home/konicks/.cache/yay/dep/src/src/github.com/golang/dep to create a module there, run: go mod init ==> ERROR: A failure occurred in build(). Aborting... error making: dep