Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Users cannot import the TO API 4.0 client #6304

@zrhoffman

Description

@zrhoffman

This Bug Report affects these Traffic Control components:

  • Users and 3rd-party clients

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:

[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething isn't working as intendedtoolsrelated to tools outside of main components, e.g. 'compare'

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions