Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 8e87c1f

Browse files
authored
Merge pull request #6 from apid/30x-apid
Change a few files to migrate GitHub repository names.
2 parents db80a5d + 0759cfb commit 8e87c1f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

glide.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
package: github.com/30x/go-scaffold
15+
package: github.com/apid/goscaffold
1616
import:
1717
- package: github.com/SermoDigital/jose
1818
subpackages:

scaffold_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ import (
3636
)
3737

3838
const (
39-
validJWTSigner = "https://raw.githubusercontent.com/30x/goscaffold/master/testkeys/jwtcert.json"
40-
invalidJWTSigner = "https://raw.githubusercontent.com/30x/goscaffold/master/testkeys/notfound.json"
39+
validJWTSigner = "https://raw.githubusercontent.com/apid/goscaffold/master/testkeys/jwtcert.json"
40+
invalidJWTSigner = "https://raw.githubusercontent.com/apid/goscaffold/master/testkeys/notfound.json"
4141
)
4242

4343
var (
@@ -629,9 +629,9 @@ func createJWT() []byte {
629629

630630
claims := jws.Claims{}
631631
now := time.Now()
632-
claims.SetAudience("http://github.com/30x/goscaffold")
633-
claims.SetIssuer("http://github.com/30x/goscaffold")
634-
claims.SetSubject("http://github.com/30x/goscaffold")
632+
claims.SetAudience("http://github.com/apid/goscaffold")
633+
claims.SetIssuer("http://github.com/apid/goscaffold")
634+
claims.SetSubject("http://github.com/apid/goscaffold")
635635
claims.SetIssuedAt(now)
636636
claims.SetNotBefore(now)
637637
claims.SetExpiration(now.Add(time.Hour))

0 commit comments

Comments
 (0)