mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #972] [enhancement] support go modules #773
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#773
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doggeddog on GitHub (Nov 13, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/972
What version of frp are you using (./frpc -v or ./frps -v)?
0.21.0
What operating system and processor architecture are you using (
go env)?linux/windows
Configures you used:
none
Steps to reproduce the issue:
Describe the results you received:
$ go build
go: finding github.com/fatedier/golib/crypto latest
go: finding github.com/fatedier/golib/net latest
go: finding github.com/fatedier/golib/pool latest
go: finding github.com/fatedier/golib/control/shutdown latest
go: finding github.com/fatedier/golib/msg/json latest
go: finding github.com/fatedier/golib/errors latest
go: finding github.com/fatedier/golib/io latest
go: finding github.com/fatedier/golib/control latest
go: finding github.com/fatedier/golib/msg latest
build frpc: cannot find module for path github.com/fatedier/golib/control/shutdown
Describe the results you expected:
compile use go modules
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
the golib's release version v0.1.0 conflict with frp's default build
@fatedier commented on GitHub (Dec 21, 2018):
Support it when go1.12 is released.
@fatedier commented on GitHub (Jan 16, 2019):
Add go.mod in dev branch, you can try it.
Outside GOPATH, execute
maketo build frpc and frps.