Skip to content

Commit 4aed3de

Browse files
update package name
1 parent 343808f commit 4aed3de

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![GoDoc](https://godoc.org/github.com/xeipuuv/gojsonschema?status.svg)](https://godoc.org/github.com/xeipuuv/gojsonschema)
1+
[![GoDoc](https://godoc.org/github.com/golangid/gojsonschema?status.svg)](https://godoc.org/github.com/golangid/gojsonschema)
22
[![Build Status](https://travis-ci.org/xeipuuv/gojsonschema.svg)](https://travis-ci.org/xeipuuv/gojsonschema)
3-
[![Go Report Card](https://goreportcard.com/badge/github.com/xeipuuv/gojsonschema)](https://goreportcard.com/report/github.com/xeipuuv/gojsonschema)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/golangid/gojsonschema)](https://goreportcard.com/report/github.com/golangid/gojsonschema)
44

55
# gojsonschema
66

@@ -17,7 +17,7 @@ References :
1717
## Installation
1818

1919
```
20-
go get github.com/xeipuuv/gojsonschema
20+
go get github.com/golangid/gojsonschema
2121
```
2222

2323
Dependencies :
@@ -35,7 +35,7 @@ package main
3535

3636
import (
3737
"fmt"
38-
"github.com/xeipuuv/gojsonschema"
38+
"github.com/golangid/gojsonschema"
3939
)
4040

4141
func main() {

glide.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
package: github.com/xeipuuv/gojsonschema
1+
package: github.com/golangid/gojsonschema
22
license: Apache 2.0
33
import:
4-
- package: github.com/xeipuuv/gojsonschema
4+
- package: github.com/golangid/gojsonschema
55

66
- package: github.com/xeipuuv/gojsonpointer
77

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
module github.com/xeipuuv/gojsonschema
1+
module github.com/golangid/gojsonschema
2+
3+
go 1.16
24

35
require (
46
github.com/stretchr/testify v1.3.0

0 commit comments

Comments
 (0)