File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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 )
2
2
[ ![ 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 )
4
4
5
5
# gojsonschema
6
6
@@ -17,7 +17,7 @@ References :
17
17
## Installation
18
18
19
19
```
20
- go get github.com/xeipuuv /gojsonschema
20
+ go get github.com/golangid /gojsonschema
21
21
```
22
22
23
23
Dependencies :
@@ -35,7 +35,7 @@ package main
35
35
36
36
import (
37
37
" fmt"
38
- " github.com/xeipuuv /gojsonschema"
38
+ " github.com/golangid /gojsonschema"
39
39
)
40
40
41
41
func main () {
Original file line number Diff line number Diff line change 1
- package : github.com/xeipuuv /gojsonschema
1
+ package : github.com/golangid /gojsonschema
2
2
license : Apache 2.0
3
3
import :
4
- - package : github.com/xeipuuv /gojsonschema
4
+ - package : github.com/golangid /gojsonschema
5
5
6
6
- package : github.com/xeipuuv/gojsonpointer
7
7
Original file line number Diff line number Diff line change 1
- module github.com/xeipuuv/gojsonschema
1
+ module github.com/golangid/gojsonschema
2
+
3
+ go 1.16
2
4
3
5
require (
4
6
github.com/stretchr/testify v1.3.0
You can’t perform that action at this time.
0 commit comments