File tree Expand file tree Collapse file tree 9 files changed +14
-0
lines changed Expand file tree Collapse file tree 9 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ package app
33import (
44 "encoding/json"
55 "fmt"
6+
7+ /* #nosec */
68 "math/rand"
79 "os"
810 "testing"
Original file line number Diff line number Diff line change 55 "fmt"
66 "io"
77 "io/ioutil"
8+
9+ /* #nosec */
810 "math/rand"
911 "time"
1012
Original file line number Diff line number Diff line change 55 "encoding/hex"
66 "encoding/json"
77 "fmt"
8+
9+ /* #nosec */
810 "math/rand"
911 "strconv"
1012 "testing"
Original file line number Diff line number Diff line change 44 "context"
55 "encoding/json"
66 "fmt"
7+
8+ /* #nosec */
79 "math/rand"
810
911 // this line is used by starport scaffolding # 1
Original file line number Diff line number Diff line change 44 "encoding/hex"
55 "encoding/json"
66 "fmt"
7+
8+ /* #nosec */
79 "math/rand"
810
911 "github.com/cosmos/cosmos-sdk/types/module"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package simulation_test
22
33import (
44 "encoding/json"
5+ /* #nosec */
56 "math/rand"
67 "testing"
78
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package simulation
22
33import (
44 "errors"
5+ /* #nosec */
56 "math/rand"
67
78 "github.com/cosmos/cosmos-sdk/baseapp"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ package simulation
44
55import (
66 "fmt"
7+ /* #nosec */
78 "math/rand"
89
910 simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package simulation_test
22
33import (
44 "fmt"
5+ /* #nosec */
56 "math/rand"
67 "testing"
78
You can’t perform that action at this time.
0 commit comments