Skip to content

Commit 92cb3c8

Browse files
authored
Merge pull request #48 from nspcc-dev/add-gomod
2 parents 334c403 + 7d36f34 commit 92cb3c8

File tree

15 files changed

+352
-58
lines changed

15 files changed

+352
-58
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @AnnaShaleva @roman-khimov
File renamed without changes.

1-print/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 1-print
22

3-
go 1.18
3+
go 1.24.0
44

5-
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054
5+
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c

1-print/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 h1:7hHeAhWYR2VlLU5FdiklXdvxEMU+36J+p0wM5N7xsmQ=
2-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054/go.mod h1:ZUuXOkdtHZgaC13za/zMgXfQFncZ0jLzfQTe+OsDOtg=
1+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c h1:TMo6d2jTQBxDJ3QrYSVuMkywcx0hTxNW0/Be+2LGMZE=
2+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c/go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg=

2-storage/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 2-storage
22

3-
go 1.18
3+
go 1.24.0
44

5-
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054
5+
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c

2-storage/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 h1:7hHeAhWYR2VlLU5FdiklXdvxEMU+36J+p0wM5N7xsmQ=
2-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054/go.mod h1:ZUuXOkdtHZgaC13za/zMgXfQFncZ0jLzfQTe+OsDOtg=
1+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c h1:TMo6d2jTQBxDJ3QrYSVuMkywcx0hTxNW0/Be+2LGMZE=
2+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c/go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg=

4-domain/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 4-domain
22

3-
go 1.18
3+
go 1.24.0
44

5-
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054
5+
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c

4-domain/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054 h1:7hHeAhWYR2VlLU5FdiklXdvxEMU+36J+p0wM5N7xsmQ=
2-
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230824142145-7d75526c2054/go.mod h1:ZUuXOkdtHZgaC13za/zMgXfQFncZ0jLzfQTe+OsDOtg=
1+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c h1:TMo6d2jTQBxDJ3QrYSVuMkywcx0hTxNW0/Be+2LGMZE=
2+
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251117171409-30e56bf9ea0c/go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg=

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./pic/neo_color_dark_gopher.png" width="300px" alt="logo">
2+
<img src="./.github/neo_color_dark_gopher.png" width="300px" alt="logo">
33
</p>
44

55
[Neo](https://neo.org/) builds smart economy and we at [NeoSPCC](https://nspcc.ru/en/) help them with that big challenge.
@@ -18,7 +18,7 @@ Hope that this article will help you to get an idea of how everything is tied up
1818
## What is a node?
1919

2020
<p align="center">
21-
<img src="./pic/node.png" width="300px" alt="node">
21+
<img src="./.github/node.png" width="300px" alt="node">
2222
</p>
2323

2424
The main goal of the node is to interact with each other (through P2P) and synchronize blocks in the network.

0 commit comments

Comments
 (0)