#### What does this PR do? This PR moves v13 files down a level to prepare for the next version. This PR does not currently delete the v13 directory for simplicity, although this should be done. Import statements will need to be updated when the v13 package is deleted. ``` lib/go-tc/v13/ --> lib/go-tc/ traffic_ops/client/v13/ --> traffic_ops/client/ traffic_ops/testing/api/v13/ --> traffic_ops/testing/api/ +lib/go-tc/v14/ +traffic_ops/client/v14/ +traffic_ops/testing/api/v14/ ``` git doesn't allow empty directories to be pushed, so I included a small README for each.
#### Which TC components are affected by this PR? - [ ] Documentation - [ ] Grove - [ ] Traffic Analytics - [ ] Traffic Monitor - [x] Traffic Ops - [ ] Traffic Ops ORT - [ ] Traffic Portal - [ ] Traffic Router - [ ] Traffic Stats - [ ] Traffic Vault - [ ] Other: _______ If the v13 package was deleted, this would affect a lot more components. #### What is the best way to verify this PR? Build and run tests. When I ran it, it seemed to be good, but `TestServers` wasn't running. #### Check all that apply - [x] This PR includes changes to tests - [ ] This PR includes documentation updates - [ ] This PR includes an update to CHANGELOG.md - [x] This PR includes all required license headers - [ ] This PR includes a database migration (ensure that migration sequence is correct) - [ ] This PR fixes a serious security flaw. Read more: [www.apache.org/security](http://www.apache.org/security/) <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> [ Full content available at: https://github.com/apache/trafficcontrol/pull/2777 ] This message was relayed via gitbox.apache.org for [email protected]
