Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
agungdwiprasetyo committed Nov 26, 2021
1 parent 343808f commit 4aed3de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![GoDoc](https://godoc.org/github.com/xeipuuv/gojsonschema?status.svg)](https://godoc.org/github.com/xeipuuv/gojsonschema)
[![GoDoc](https://godoc.org/github.com/golangid/gojsonschema?status.svg)](https://godoc.org/github.com/golangid/gojsonschema)
[![Build Status](https://travis-ci.org/xeipuuv/gojsonschema.svg)](https://travis-ci.org/xeipuuv/gojsonschema)
[![Go Report Card](https://goreportcard.com/badge/github.com/xeipuuv/gojsonschema)](https://goreportcard.com/report/github.com/xeipuuv/gojsonschema)
[![Go Report Card](https://goreportcard.com/badge/github.com/golangid/gojsonschema)](https://goreportcard.com/report/github.com/golangid/gojsonschema)

# gojsonschema

Expand All @@ -17,7 +17,7 @@ References :
## Installation

```
go get github.com/xeipuuv/gojsonschema
go get github.com/golangid/gojsonschema
```

Dependencies :
Expand All @@ -35,7 +35,7 @@ package main

import (
"fmt"
"github.com/xeipuuv/gojsonschema"
"github.com/golangid/gojsonschema"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: github.com/xeipuuv/gojsonschema
package: github.com/golangid/gojsonschema
license: Apache 2.0
import:
- package: github.com/xeipuuv/gojsonschema
- package: github.com/golangid/gojsonschema

- package: github.com/xeipuuv/gojsonpointer

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module github.com/xeipuuv/gojsonschema
module github.com/golangid/gojsonschema

go 1.16

require (
github.com/stretchr/testify v1.3.0
Expand Down

0 comments on commit 4aed3de

Please sign in to comment.