Browse Source

add missing allowed packages for real-time-forum and real-time-forum-typing-in-progress

pull/807/head
alseiitov 3 years ago
parent
commit
574eb356a1
  1. 5
      subjects/real-time-forum/README.md
  2. 5
      subjects/real-time-forum/typing-in-progress/README.md

5
subjects/real-time-forum/README.md

@ -69,8 +69,11 @@ As it is expected, the messages should work in real time, in other words, if a u
### Allowed Packages ### Allowed Packages
- Only the [standard go](https://golang.org/pkg/) packages are allowed - All [standard go](https://golang.org/pkg/) packages are allowed.
- [Gorilla](https://pkg.go.dev/github.com/gorilla/websocket) websocket - [Gorilla](https://pkg.go.dev/github.com/gorilla/websocket) websocket
- github.com/mattn/go-sqlite3
- golang.org/x/crypto/bcrypt
- github.com/satori/go.uuid
This project will help you learn about: This project will help you learn about:

5
subjects/real-time-forum/typing-in-progress/README.md

@ -25,8 +25,11 @@ To help with the display of the typing in progress you can take a look on the js
### Allowed Packages ### Allowed Packages
- Only the [standard go](https://golang.org/pkg/) packages are allowed - All [standard go](https://golang.org/pkg/) packages are allowed.
- [Gorilla](https://pkg.go.dev/github.com/gorilla/websocket) websocket - [Gorilla](https://pkg.go.dev/github.com/gorilla/websocket) websocket
- github.com/mattn/go-sqlite3
- golang.org/x/crypto/bcrypt
- github.com/satori/go.uuid
This project will help you learn about: This project will help you learn about:

Loading…
Cancel
Save