diff --git a/README.md b/README.md
index 0bcfd6a..707cb7e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
# net/http backend template for [Create Go App CLI](https://github.com/create-go-app/cli)
-<<<<<<< HEAD
-=======
-
->>>>>>> 3906d3df2780abf75d5a813a320ea925a5d6fc6e
Package `net` provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. Although the package provides access to low-level networking primitives.
@@ -43,11 +39,7 @@ make docker.run
| Name | Version | Type |
| --------------------------------------------------------------------- | --------- | ---------- |
-<<<<<<< HEAD
| [net/http](https://golang.org/pkg/net/http/) | `latest` | core |
-=======
-| [net/http](https://golang.org/pkg/net/http/) | `v1.17.0` | core |
->>>>>>> 3906d3df2780abf75d5a813a320ea925a5d6fc6e
| [gorilla/mux](https://github.com/gorilla/mux) | `v1.8.0` | router |
| [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware |
| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.1.1` | middleware |