Skip to content

Commit

Permalink
Merge pull request #5 from paradeum-team/yuan
Browse files Browse the repository at this point in the history
modify the name of modules for sdk project
  • Loading branch information
freedomiris authored May 22, 2023
2 parents 86a7664 + d14b4c8 commit cf1b6c8
Show file tree
Hide file tree
Showing 31 changed files with 67 additions and 59 deletions.
Binary file modified chainstorage-sdk
Binary file not shown.
8 changes: 4 additions & 4 deletions cmd/bucket.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package main

import (
"chainstoragesdk"
sdkcode "chainstoragesdk/code"
"chainstoragesdk/consts"
"chainstoragesdk/model"
chainstoragesdk "github.com/paradeum-team/chainstorage-sdk/sdk"
sdkcode "github.com/paradeum-team/chainstorage-sdk/sdk/code"
"github.com/paradeum-team/chainstorage-sdk/sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/sdk/model"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"github.com/ulule/deepcopier"
Expand Down
10 changes: 5 additions & 5 deletions cmd/car.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package main

import (
"chainstoragesdk"
"chainstoragesdk/code"
"chainstoragesdk/consts"
"chainstoragesdk/model"
"chainstoragesdk/utils"
"fmt"
chainstoragesdk "github.com/paradeum-team/chainstorage-sdk/sdk"
"github.com/paradeum-team/chainstorage-sdk/sdk/code"
"github.com/paradeum-team/chainstorage-sdk/sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/sdk/model"
"github.com/paradeum-team/chainstorage-sdk/sdk/utils"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"github.com/ulule/deepcopier"
Expand Down
Binary file added cmd/cmd
Binary file not shown.
50 changes: 26 additions & 24 deletions cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,43 @@
module chainstorage-cmd
module github.com/paradeum-team/chainstorage-sdk/cmd

go 1.20

require github.com/spf13/cobra v1.7.0

require (
github.com/Code-Hex/pget v0.1.1 // indirect
github.com/Code-Hex/pget v0.1.1
github.com/Code-Hex/updater v0.0.0-20160712085121-c3f278672520 // indirect
github.com/Songmu/prompter v0.5.0 // indirect
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/alanshaw/go-carbites v0.6.0 // indirect
github.com/antonholmquist/jason v1.0.1-0.20160829104012-962e09b85496 // indirect
github.com/asaskevich/govalidator v0.0.0-20161001163130-7b3beb6df3c4 // indirect
github.com/cheggaaa/pb/v3 v3.0.8 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mcuadros/go-version v0.0.0-20141206211339-d52711f8d6be // indirect
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
)

require github.com/paradeum-team/chainstorage-sdk/sdk v0.0.0-00010101000000-000000000000

require (
github.com/alanshaw/go-carbites v0.6.0 // indirect
github.com/flyleft/gprofile v0.0.0-20190121091042-4c613f874133 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-resty/resty v0.0.0-00010101000000-000000000000 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
github.com/ipfs/go-bitfield v1.1.0 // indirect
github.com/ipfs/go-block-format v0.1.2 // indirect
Expand All @@ -47,18 +63,13 @@ require (
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
github.com/ipld/go-ipld-prime v0.20.0 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/kataras/golog v0.0.18 // indirect
github.com/kataras/pio v0.0.8 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.1 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mcuadros/go-version v0.0.0-20141206211339-d52711f8d6be // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
Expand All @@ -70,12 +81,8 @@ require (
github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa // indirect
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
Expand All @@ -87,18 +94,13 @@ require (
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
//chainstorage-sdk/github.com/paradeum-team/chainstorage-sdk v0.0.0
)

replace github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0

require chainstoragesdk v0.0.0

replace chainstoragesdk => ../chainstoragesdk
replace (
github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0
github.com/paradeum-team/chainstorage-sdk/sdk => ./../sdk
)
7 changes: 7 additions & 0 deletions cmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ github.com/dgraph-io/ristretto v0.0.2/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70d
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
github.com/dsnet/compress v0.0.1 h1:PlZu0n3Tuv04TzpfPbrnI0HW/YwodEXDS+oPKahKF0Q=
github.com/dsnet/compress v0.0.1/go.mod h1:Aw8dCMJ7RioblQeTqt88akK31OvO8Dhf5JflhBbQEHo=
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
Expand Down Expand Up @@ -205,6 +206,7 @@ github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw
github.com/golang/protobuf v1.5.0 h1:LUVKkCeviFUMKqHa4tXIIij/lbhnMbP7Fn5wKdKkRh4=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/golang/snappy v0.0.2 h1:aeE13tS0IiQgFjYdoL8qN3K1N2bXXtI6Vi51/y7BpMw=
github.com/golang/snappy v0.0.2/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
Expand Down Expand Up @@ -673,6 +675,7 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5
github.com/mcuadros/go-version v0.0.0-20141206211339-d52711f8d6be h1:tj81VrKAa9Vv71Ugze2mtnOiU2ozpJau8itbf3XP3fo=
github.com/mcuadros/go-version v0.0.0-20141206211339-d52711f8d6be/go.mod h1:76rfSfYPWj01Z85hUf/ituArm797mNKcvINh1OlsZKo=
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
github.com/mholt/archiver v3.1.1+incompatible h1:1dCVxuqs0dJseYEhi5pl7MYPH9zDa1wBi7mF09cbNkU=
github.com/mholt/archiver v3.1.1+incompatible/go.mod h1:Dh2dOXnSdiLxRiPoVfIr/fI1TwETms9B8CTWfeh7ROU=
github.com/microcosm-cc/bluemonday v1.0.1/go.mod h1:hsXNsILzKxV+sX77C5b8FSuKF00vh2OMYv+xgHpAMF4=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
Expand Down Expand Up @@ -783,6 +786,7 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo=
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM=
github.com/nwaples/rardecode v1.1.0 h1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7MQ=
github.com/nwaples/rardecode v1.1.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
Expand Down Expand Up @@ -823,6 +827,7 @@ github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 h1:1/WtZae0yGtPq+TI6+
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9/go.mod h1:x3N5drFsm2uilKKuuYo6LdyD8vZAW55sH/9w+pbo1sw=
github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc=
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
github.com/pierrec/lz4 v2.5.2+incompatible h1:WCjObylUIOlKy/+7Abdn34TLIkXiA4UWUMhxq9m9ZXI=
github.com/pierrec/lz4 v2.5.2+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1-0.20161002052512-839d9e913e06/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down Expand Up @@ -960,6 +965,7 @@ github.com/tebeka/strftime v0.1.4 h1:e0FKSyxthD1Xk4cIixFPoyfD33u2SbjNngOaaC3ePoU
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 h1:TtyC78WMafNW8QFfv3TeP3yWNDG+uxNkk9vOrnDu6JA=
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6/go.mod h1:h8272+G2omSmi30fBXiZDMkmHuOgonplfKIKjQWzlfs=
Expand Down Expand Up @@ -988,6 +994,7 @@ github.com/whyrusleeping/mafmt v1.2.8/go.mod h1:faQJFPbLSxzD9xpA02ttW/tS9vZykNvX
github.com/whyrusleeping/mdns v0.0.0-20190826153040-b9b60ed33aa9/go.mod h1:j4l84WPFclQPj320J9gp0XwNKBb3U0zt5CBqjPp22G4=
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7/go.mod h1:X2c0RVCI1eSUFI8eLcY3c0423ykwiUdxLJtkDvruhjI=
github.com/x-cray/logrus-prefixed-formatter v0.5.2/go.mod h1:2duySbKsL6M18s5GU7VPsoEPHyzalCE06qoARUCeBBE=
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
Expand Down
6 changes: 3 additions & 3 deletions cmd/object.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package main

import (
"chainstoragesdk"
sdkcode "chainstoragesdk/code"
"chainstoragesdk/model"
"context"
"fmt"
"github.com/Code-Hex/pget"
chainstoragesdk "github.com/paradeum-team/chainstorage-sdk/sdk"
sdkcode "github.com/paradeum-team/chainstorage-sdk/sdk/code"
"github.com/paradeum-team/chainstorage-sdk/sdk/model"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"github.com/ulule/deepcopier"
Expand Down
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
module chainstorage-sdk
module github.com/paradeum-team/chainstorage-sdk

go 1.20

replace github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0

require github.com/paradeum-team/chainstorage-sdk v0.0.0

require (
github.com/alanshaw/go-carbites v0.6.0 // indirect
github.com/flyleft/gprofile v0.0.0-20190121091042-4c613f874133 // indirect
Expand Down Expand Up @@ -81,6 +77,9 @@ require (
lukechampine.com/blake3 v1.1.7 // indirect
)

//replace chainstorage-sdk/github.com/paradeum-team/chainstorage-sdk => ./github.com/paradeum-team/chainstorage-sdk
require github.com/paradeum-team/chainstorage-sdk/sdk v0.0.0-00010101000000-000000000000

replace github.com/paradeum-team/chainstorage-sdk => ./chainstoragesdk
replace (
github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0
github.com/paradeum-team/chainstorage-sdk/sdk => ./sdk
)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/paradeum-team/chainstorage-sdk"
"github.com/paradeum-team/chainstorage-sdk/sdk"
)

func main() {
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions chainstoragesdk/bucket.go → sdk/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"errors"
"fmt"
"github.com/kataras/golog"
"github.com/paradeum-team/chainstorage-sdk/code"
"github.com/paradeum-team/chainstorage-sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/model"
"github.com/paradeum-team/chainstorage-sdk/sdk/code"
"github.com/paradeum-team/chainstorage-sdk/sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/sdk/model"
"github.com/ulule/deepcopier"
"net/http"
"net/url"
Expand Down
8 changes: 4 additions & 4 deletions chainstoragesdk/car.go → sdk/car.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
"github.com/kataras/golog"
"github.com/multiformats/go-multicodec"
"github.com/multiformats/go-multihash"
"github.com/paradeum-team/chainstorage-sdk/code"
"github.com/paradeum-team/chainstorage-sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/model"
"github.com/paradeum-team/chainstorage-sdk/utils"
"github.com/paradeum-team/chainstorage-sdk/sdk/code"
"github.com/paradeum-team/chainstorage-sdk/sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/sdk/model"
"github.com/paradeum-team/chainstorage-sdk/sdk/utils"
"github.com/ulule/deepcopier"
"io"
"net/http"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package code

import (
"fmt"
"github.com/paradeum-team/chainstorage-sdk/utils"
"github.com/paradeum-team/chainstorage-sdk/sdk/utils"
"strings"
)

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions chainstoragesdk/config.go → sdk/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func initConfig() {
// configFile = "./github.com/paradeum-team/chainstorage-sdk.yaml"
//}

configFile := "./chainstorage-sdk.yaml"
configFile := "./github.com/paradeum-team/chainstorage-sdk.yaml"
config, err := gprofile.Profile(&ApplicationConfig{}, configFile, true)
if err != nil {
fmt.Errorf("Profile execute error", err)
Expand Down Expand Up @@ -116,7 +116,7 @@ func initConfig() {

func InitConfig2() {
//rand.Seed(time.Now().UnixNano())
config, err := gprofile.Profile(&ApplicationConfig{}, "./github.com/paradeum-team/chainstorage-sdk.yaml", true)
config, err := gprofile.Profile(&ApplicationConfig{}, "./github.com/paradeum-team/github.com/paradeum-team/chainstorage-sdk.yaml", true)
if err != nil {
fmt.Errorf("Profile execute error", err)
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion chainstoragesdk/go.mod → sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/paradeum-team/chainstorage-sdk
module github.com/paradeum-team/chainstorage-sdk/sdk

go 1.20

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions chainstoragesdk/object.go → sdk/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"fmt"
"github.com/ipfs/go-cid"
"github.com/kataras/golog"
"github.com/paradeum-team/chainstorage-sdk/code"
"github.com/paradeum-team/chainstorage-sdk/model"
"github.com/paradeum-team/chainstorage-sdk/sdk/code"
"github.com/paradeum-team/chainstorage-sdk/sdk/model"
"net/http"
"net/url"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion chainstoragesdk/pldlogger.go → sdk/pldlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"github.com/kataras/golog"
"github.com/lestrrat-go/file-rotatelogs"
"github.com/paradeum-team/chainstorage-sdk/utils"
"github.com/paradeum-team/chainstorage-sdk/sdk/utils"
"io"
"os"
"path"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion chainstoragesdk/utils/utils.go → sdk/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package utils

import (
"fmt"
"github.com/paradeum-team/chainstorage-sdk/consts"
"github.com/paradeum-team/chainstorage-sdk/sdk/consts"
"io"
"log"
"math/rand"
Expand Down

0 comments on commit cf1b6c8

Please sign in to comment.