Skip to content

Commit

Permalink
module path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvialiu404 committed Jun 26, 2023
1 parent 6aab8be commit f5a87d8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Example use:
```go
package main

import "github.com/LiveRamp/iabconsent"
import "github.com/StackAdapt/iabconsent"

func main() {
var consent = "COvzTO5OvzTO5BRAAAENAPCoALIAADgAAAAAAewAwABAAlAB6ABBFAAA"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/LiveRamp/iabconsent
module github.com/StackAdapt/iabconsent

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion gpp_parsed_consent_fixture_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package iabconsent_test

import (
"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion gpp_parsed_consent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/go-check/check"
"github.com/pkg/errors"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

type GppParseSuite struct{}
Expand Down
2 changes: 1 addition & 1 deletion mspa_parsed_consent_fixture_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package iabconsent_test

import (
"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

// Test fixtures can be created here: https://iabgpp.com/
Expand Down
2 changes: 1 addition & 1 deletion mspa_parsed_consent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/go-check/check"
"github.com/pkg/errors"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

type MspaSuite struct{}
Expand Down
2 changes: 1 addition & 1 deletion parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/go-check/check"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

type ParseSuite struct{}
Expand Down
2 changes: 1 addition & 1 deletion parsed_consent_fixture_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package iabconsent_test
import (
"time"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

type consentType int
Expand Down
2 changes: 1 addition & 1 deletion parsed_consent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/go-check/check"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

type ParsedConsentSuite struct{}
Expand Down
2 changes: 1 addition & 1 deletion v2_parsed_consent_fixture_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package iabconsent_test
import (
"time"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

var v2TestTime = time.Unix(1583436280, 9*nsPerDs).UTC()
Expand Down
2 changes: 1 addition & 1 deletion v2_parsed_consent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package iabconsent_test
import (
"github.com/go-check/check"

"github.com/LiveRamp/iabconsent"
"github.com/StackAdapt/iabconsent"
)

type V2ParsedConsentSuite struct{}
Expand Down

0 comments on commit f5a87d8

Please sign in to comment.