Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mingaila committed Oct 25, 2024
1 parent a483cdf commit a8e2148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets_generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package main
import (
"log"

dvpnweb "github.com/mysteriumnetwork/go-dvpn-web/v2"
dvpnweb "github.com/mysteriumnetwork/go-dvpn-web/v3"
"github.com/shurcooL/vfsgen"
)

Expand Down
2 changes: 1 addition & 1 deletion ci/nodeui_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"errors"
"fmt"
dvpnweb "github.com/mysteriumnetwork/go-dvpn-web/v2"
dvpnweb "github.com/mysteriumnetwork/go-dvpn-web/v3"
"io/ioutil"
"os"
)
Expand Down
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package main

import (
// mage:import
_ "github.com/mysteriumnetwork/go-dvpn-web/v2/ci"
_ "github.com/mysteriumnetwork/go-dvpn-web/v3/ci"
)

0 comments on commit a8e2148

Please sign in to comment.