You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Packages existing only in ATC 6.0.0 should be importable.
Steps to reproduce:
Try to get a package that only exists in ATC 6.0.0, not ATC 5.1.3:
[user@computer my-project]$ go mod init my-module
go: creating new go.mod: module my-module
[user@computer my-project]$ go get github.com/apache/trafficcontrol/traffic_ops/v4-client
go: module github.com/apache/trafficcontrol@upgrade found (v5.1.3+incompatible), but does not contain package github.com/apache/trafficcontrol/traffic_ops/v4-client
This Bug Report affects these Traffic Control components:
Current behavior:
Go packages that are new in ATC 6.0.0 cannot be imported (unless you use a specific commit hash).
Related: #4380
Expected behavior:
Packages existing only in ATC 6.0.0 should be importable.
Steps to reproduce:
Try to get a package that only exists in ATC 6.0.0, not ATC 5.1.3: